summaryrefslogtreecommitdiff
path: root/_cs
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-22 01:31:16 -0700
committerMatt Perry <matt@mattperry.com>2013-08-22 01:31:16 -0700
commitf4a047008ccd9088720c0969def82adc544521d6 (patch)
tree9bd9ec5d2995110b11dcfbe4895ce4a2e5106eec /_cs
parent5a3aabcff0e246c29f47c1dd65301712cd553308 (diff)
downloadrpg-f4a047008ccd9088720c0969def82adc544521d6.tar.gz
rpg-f4a047008ccd9088720c0969def82adc544521d6.tar.bz2
Exclude inc/lessc.inc.php from CodeSniffer checks
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 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>