Skip to content
Snippets Groups Projects
Commit ef0239a3 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #310 from mperry2/cs-ruleset

Update exclude patterns for CodeSniffer
parents a7b77021 10426238
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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