首頁 > php教程 > php手册 > PHP_CodeSniffer 格式校验规则

PHP_CodeSniffer 格式校验规则

WBOY
發布: 2016-06-06 20:13:40
原創
1340 人瀏覽過

最近项目加上了校验规则,你懂的 phpcs 安装 phpcs pear install PHP_CodeSniffer 使用 phpcs --config-set encoding=utf-8 phpcs --config-set tab_width=4 phpcs --config-set show_warings=0 phpcs --config-show Array ( [encoding] = utf-8 [tab_width]

最近项目加上了校验规则,你懂的

phpcs

安装 phpcs

   pear install PHP_CodeSniffer
登入後複製

使用

 phpcs --config-set encoding=utf-8
 phpcs --config-set tab_width=4
 phpcs --config-set show_warings=0
 phpcs --config-show
 Array
 (
    [encoding] => utf-8
    [tab_width] => 4
    [show_warnings] => 0
 )
 phpcs -s *.php
登入後複製

由于项目中校验了 Doc comment,file comment ,我使用了

  DoxygenToolkit.vim
登入後複製

插件做function comment,但是对于 file comment,doc comment 来说DoxygenToolkit 并不满足我的项目

于是我花了一点时间用 python 写了一个小的 vim 插件,专门添加符合我需求的注释,

  commentvim.vim
 git hub 地址 : https://github.com/childeYin/vim-comment-plugin
登入後複製
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門推薦
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板