From a225da5d3bbba2734b148e921e72301dfd76916f Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 9 May 2014 03:30:10 -0700 Subject: [PATCH] Updated PHP Code Sniffer plugin (markdown) --- PHP-Code-Sniffer-plugin.md | 2 ++ 1 file changed, 2 insertions(+) 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.