diff options
author | Matt Perry <matt@mattperry.com> | 2013-08-22 01:31:16 -0700 |
---|---|---|
committer | Matt Perry <matt@mattperry.com> | 2013-08-22 01:31:16 -0700 |
commit | f4a047008ccd9088720c0969def82adc544521d6 (patch) | |
tree | 9bd9ec5d2995110b11dcfbe4895ce4a2e5106eec | |
parent | 5a3aabcff0e246c29f47c1dd65301712cd553308 (diff) | |
download | rpg-f4a047008ccd9088720c0969def82adc544521d6.tar.gz rpg-f4a047008ccd9088720c0969def82adc544521d6.tar.bz2 |
Exclude inc/lessc.inc.php from CodeSniffer checks
-rw-r--r-- | _cs/DokuWiki/ruleset.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_cs/DokuWiki/ruleset.xml b/_cs/DokuWiki/ruleset.xml index 871d16ccf..fc6f5f8d3 100644 --- a/_cs/DokuWiki/ruleset.xml +++ b/_cs/DokuWiki/ruleset.xml @@ -3,6 +3,7 @@ <description>DokuWiki Coding Standard</description> <!-- ignore 3rd party libraries (that we haven't adopted) --> + <exclude-pattern>*/inc/lessc.inc.php</exclude-pattern> <exclude-pattern>*/lib/plugins/authad/adLDAP/*</exclude-pattern> <exclude-pattern>*/lib/scripts/jquery/*</exclude-pattern> <exclude-pattern>*/EmailAddressValidator.php</exclude-pattern> |