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

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.
parent a7b77021
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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