Created PHP Code Sniffer plugin (markdown)

Dan Cryer 2013-10-17 03:13:39 -07:00
commit 8f243d732e

@ -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.