summaryrefslogtreecommitdiff
path: root/_cs
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-22 20:24:26 -0700
committerMatt Perry <matt@mattperry.com>2013-08-22 20:24:26 -0700
commit403ad0ff241a88ebf7ae9ef4365b484e82069e78 (patch)
tree60b8d6e1f9cab42754d17a2f29c6e7b495cf2862 /_cs
parentbb1c4a6542e957379b606ddff38f5c84270d62bc (diff)
downloadrpg-403ad0ff241a88ebf7ae9ef4365b484e82069e78.tar.gz
rpg-403ad0ff241a88ebf7ae9ef4365b484e82069e78.tar.bz2
Exclude files from CodeSniffer checks
Exclude inc/blowfish.php and lib/scripts/fileuploader.js from CodeSniffer checks.
Diffstat (limited to '_cs')
-rw-r--r--_cs/DokuWiki/ruleset.xml2
1 files changed, 2 insertions, 0 deletions
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 @@
<description>DokuWiki Coding Standard</description>
<!-- ignore 3rd party libraries (that we haven't adopted) -->
+ <exclude-pattern>*/inc/blowfish.php</exclude-pattern>
<exclude-pattern>*/inc/lessc.inc.php</exclude-pattern>
<exclude-pattern>*/inc/phpseclib/*</exclude-pattern>
<exclude-pattern>*/lib/plugins/authad/adLDAP/*</exclude-pattern>
+ <exclude-pattern>*/lib/scripts/fileuploader.js</exclude-pattern>
<exclude-pattern>*/lib/scripts/jquery/*</exclude-pattern>
<exclude-pattern>*/EmailAddressValidator.php</exclude-pattern>
<exclude-pattern>*/feedcreator.class.php</exclude-pattern>