summaryrefslogtreecommitdiff
path: root/_cs
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-21 19:57:41 -0700
committerMatt Perry <matt@mattperry.com>2013-08-21 19:57:41 -0700
commit104262381eb89124eb900397f5054fde8e3d5658 (patch)
tree983d94a0dedb6129d5d7dead968c391224f9e054 /_cs
parent147c953d74297054d57130019a74310ef1b2fbce (diff)
downloadrpg-104262381eb89124eb900397f5054fde8e3d5658.tar.gz
rpg-104262381eb89124eb900397f5054fde8e3d5658.tar.bz2
Add jQuery exclusion in CodeSniffer rule set
Add a CodeSniffer exclusion rule for the lib/scripts/jquery directory.
Diffstat (limited to '_cs')
-rw-r--r--_cs/DokuWiki/ruleset.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/_cs/DokuWiki/ruleset.xml b/_cs/DokuWiki/ruleset.xml
index 8acd22baa..871d16ccf 100644
--- a/_cs/DokuWiki/ruleset.xml
+++ b/_cs/DokuWiki/ruleset.xml
@@ -4,6 +4,7 @@
<!-- ignore 3rd party libraries (that we haven't adopted) -->
<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>