summaryrefslogtreecommitdiff
path: root/_cs
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-21 13:26:58 -0700
committerMatt Perry <matt@mattperry.com>2013-08-21 19:41:21 -0700
commit147c953d74297054d57130019a74310ef1b2fbce (patch)
treebf0ad03aa795ef6be0aebe56a5c14ffed2f90145 /_cs
parenta7b770219e73a97fd9461fdc47fa1fdfbd928786 (diff)
downloadrpg-147c953d74297054d57130019a74310ef1b2fbce.tar.gz
rpg-147c953d74297054d57130019a74310ef1b2fbce.tar.bz2
Fix adLDAP exclusion in CodeSniffer rule set
Fix the exclusion of adLDAP to exclude all of its dependent subdirectories in addition to the main adLDAP.php file.
Diffstat (limited to '_cs')
-rw-r--r--_cs/DokuWiki/ruleset.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_cs/DokuWiki/ruleset.xml b/_cs/DokuWiki/ruleset.xml
index c69ef853a..8acd22baa 100644
--- a/_cs/DokuWiki/ruleset.xml
+++ b/_cs/DokuWiki/ruleset.xml
@@ -3,7 +3,7 @@
<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>*/EmailAddressValidator.php</exclude-pattern>
<exclude-pattern>*/feedcreator.class.php</exclude-pattern>
<exclude-pattern>*/SimplePie.php</exclude-pattern>