From 8f243d732e77fdf08e1218e2ee4c4f448efe61e8 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 03:13:39 -0700 Subject: [PATCH] Created PHP Code Sniffer plugin (markdown) --- PHP-Code-Sniffer-plugin.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PHP-Code-Sniffer-plugin.md 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