diff --git a/PHP-Code-Sniffer-plugin.md b/PHP-Code-Sniffer-plugin.md index e6fe75b..e476dd0 100644 --- a/PHP-Code-Sniffer-plugin.md +++ b/PHP-Code-Sniffer-plugin.md @@ -2,6 +2,8 @@ Runs PHP Code Sniffer against your build. ### Configuration Options: +* **allowed_warnings** - Optional - The warning limit for a successful build. +* **allowed_errors** - Optional - The error limit for a successful build. * **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.