Created PHP Code Sniffer plugin (markdown)
parent
80d1e84574
commit
8f243d732e
1 changed files with 10 additions and 0 deletions
10
PHP-Code-Sniffer-plugin.md
Normal file
10
PHP-Code-Sniffer-plugin.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Runs PHP Code Sniffer against your build.
|
||||
|
||||
### Configuration Options:
|
||||
|
||||
* **suffixes** - Optional - An array of file extensions to check.
|
||||
* **standard** - Optional - The standard against which your files should be checked (defaults to PSR2.)
|
||||
* **tab_width** - Optional - Your chosen tab width.
|
||||
* **encoding** - Optional - The file encoding you wish to check for.
|
||||
* **path** - Optional - Path in which to run PHP Code Sniffer.
|
||||
* **ignore** - Optional - A list of files / paths to ignore, defaults to the build_settings ignore list.
|
||||
Loading…
Add table
Add a link
Reference in a new issue