summaryrefslogtreecommitdiff
path: root/_cs
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-22 15:10:59 -0700
committerMatt Perry <matt@mattperry.com>2013-08-22 15:10:59 -0700
commitbb1c4a6542e957379b606ddff38f5c84270d62bc (patch)
tree3312ca6e1130bb449fcbaf444ed1c47abb692ab4 /_cs
parent3bd5bd97dce4baed3305e5142998159820f4ff25 (diff)
downloadrpg-bb1c4a6542e957379b606ddff38f5c84270d62bc.tar.gz
rpg-bb1c4a6542e957379b606ddff38f5c84270d62bc.tar.bz2
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.
Diffstat (limited to '_cs')
-rw-r--r--_cs/DokuWiki/ruleset.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<!-- ignore 3rd party libraries (that we haven't adopted) -->
<exclude-pattern>*/inc/lessc.inc.php</exclude-pattern>
+ <exclude-pattern>*/inc/phpseclib/*</exclude-pattern>
<exclude-pattern>*/lib/plugins/authad/adLDAP/*</exclude-pattern>
<exclude-pattern>*/lib/scripts/jquery/*</exclude-pattern>
<exclude-pattern>*/EmailAddressValidator.php</exclude-pattern>