summaryrefslogtreecommitdiff
path: root/_cs/DokuWiki
diff options
context:
space:
mode:
Diffstat (limited to '_cs/DokuWiki')
-rw-r--r--_cs/DokuWiki/ruleset.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/_cs/DokuWiki/ruleset.xml b/_cs/DokuWiki/ruleset.xml
index c69ef853a..3ee7fb667 100644
--- a/_cs/DokuWiki/ruleset.xml
+++ b/_cs/DokuWiki/ruleset.xml
@@ -3,7 +3,12 @@
<description>DokuWiki Coding Standard</description>
<!-- ignore 3rd party libraries (that we haven't adopted) -->
- <exclude-pattern>*/adLDAP.php</exclude-pattern>
+ <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>
<exclude-pattern>*/SimplePie.php</exclude-pattern>