diff --git a/PHP-Code-Sniffer-plugin.md b/PHP-Code-Sniffer-plugin.md new file mode 100644 index 0000000..ed880ac --- /dev/null +++ b/PHP-Code-Sniffer-plugin.md @@ -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. \ No newline at end of file