From 147c953d74297054d57130019a74310ef1b2fbce Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Wed, 21 Aug 2013 13:26:58 -0700 Subject: 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. --- _cs/DokuWiki/ruleset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_cs') diff --git a/_cs/DokuWiki/ruleset.xml b/_cs/DokuWiki/ruleset.xml index c69ef853a..8acd22baa 100644 --- a/_cs/DokuWiki/ruleset.xml +++ b/_cs/DokuWiki/ruleset.xml @@ -3,7 +3,7 @@ DokuWiki Coding Standard - */adLDAP.php + */lib/plugins/authad/adLDAP/* */EmailAddressValidator.php */feedcreator.class.php */SimplePie.php -- cgit v1.2.3