From bb1c4a6542e957379b606ddff38f5c84270d62bc Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Thu, 22 Aug 2013 15:10:59 -0700 Subject: Revert changes to phpseclib to previous commit Michael Hamann commented in pull request #306 that phpseclib has not been adopted by the DokuWiki project. Therefore, the changes made to reduce the CodeSniffer violations should be reverted and the local copy of phpseclib should be excluded from CS checks. This commit reverts the previous changes and adds the appropriate exclusion rule. --- _cs/DokuWiki/ruleset.xml | 1 + 1 file changed, 1 insertion(+) (limited to '_cs') diff --git a/_cs/DokuWiki/ruleset.xml b/_cs/DokuWiki/ruleset.xml index fc6f5f8d3..33c42cd5e 100644 --- a/_cs/DokuWiki/ruleset.xml +++ b/_cs/DokuWiki/ruleset.xml @@ -4,6 +4,7 @@ */inc/lessc.inc.php + */inc/phpseclib/* */lib/plugins/authad/adLDAP/* */lib/scripts/jquery/* */EmailAddressValidator.php -- cgit v1.2.3