summaryrefslogtreecommitdiff
path: root/_cs
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-22 00:57:12 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-08-22 00:57:12 -0700
commitef0239a32ff44792b95819fe52398f3fc0dc4fae (patch)
tree983d94a0dedb6129d5d7dead968c391224f9e054 /_cs
parenta7b770219e73a97fd9461fdc47fa1fdfbd928786 (diff)
parent104262381eb89124eb900397f5054fde8e3d5658 (diff)
downloadrpg-ef0239a32ff44792b95819fe52398f3fc0dc4fae.tar.gz
rpg-ef0239a32ff44792b95819fe52398f3fc0dc4fae.tar.bz2
Merge pull request #310 from mperry2/cs-ruleset
Update exclude patterns for CodeSniffer
Diffstat (limited to '_cs')
-rw-r--r--_cs/DokuWiki/ruleset.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/_cs/DokuWiki/ruleset.xml b/_cs/DokuWiki/ruleset.xml
index c69ef853a..871d16ccf 100644
--- a/_cs/DokuWiki/ruleset.xml
+++ b/_cs/DokuWiki/ruleset.xml
@@ -3,7 +3,8 @@
<description>DokuWiki Coding Standard</description>
<!-- ignore 3rd party libraries (that we haven't adopted) -->
- <exclude-pattern>*/adLDAP.php</exclude-pattern>
+ <exclude-pattern>*/lib/plugins/authad/adLDAP/*</exclude-pattern>
+ <exclude-pattern>*/lib/scripts/jquery/*</exclude-pattern>
<exclude-pattern>*/EmailAddressValidator.php</exclude-pattern>
<exclude-pattern>*/feedcreator.class.php</exclude-pattern>
<exclude-pattern>*/SimplePie.php</exclude-pattern>