Skip to content
Snippets Groups Projects
Commit 10426238 authored by Matt Perry's avatar Matt Perry
Browse files

Add jQuery exclusion in CodeSniffer rule set

Add a CodeSniffer exclusion rule for the lib/scripts/jquery directory.
parent 147c953d
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment