From 403ad0ff241a88ebf7ae9ef4365b484e82069e78 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Thu, 22 Aug 2013 20:24:26 -0700 Subject: Exclude files from CodeSniffer checks Exclude inc/blowfish.php and lib/scripts/fileuploader.js from CodeSniffer checks. --- _cs/DokuWiki/ruleset.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_cs/DokuWiki/ruleset.xml b/_cs/DokuWiki/ruleset.xml index 33c42cd5e..3ee7fb667 100644 --- a/_cs/DokuWiki/ruleset.xml +++ b/_cs/DokuWiki/ruleset.xml @@ -3,9 +3,11 @@ DokuWiki Coding Standard + */inc/blowfish.php */inc/lessc.inc.php */inc/phpseclib/* */lib/plugins/authad/adLDAP/* + */lib/scripts/fileuploader.js */lib/scripts/jquery/* */EmailAddressValidator.php */feedcreator.class.php -- cgit v1.2.3