diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-22 00:57:12 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-22 00:57:12 -0700 |
commit | ef0239a32ff44792b95819fe52398f3fc0dc4fae (patch) | |
tree | 983d94a0dedb6129d5d7dead968c391224f9e054 /_cs | |
parent | a7b770219e73a97fd9461fdc47fa1fdfbd928786 (diff) | |
parent | 104262381eb89124eb900397f5054fde8e3d5658 (diff) | |
download | rpg-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.xml | 3 |
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> |