summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-22 01:37:27 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-08-22 01:37:27 -0700
commit3bd5bd97dce4baed3305e5142998159820f4ff25 (patch)
tree9bd9ec5d2995110b11dcfbe4895ce4a2e5106eec
parent5a3aabcff0e246c29f47c1dd65301712cd553308 (diff)
parentf4a047008ccd9088720c0969def82adc544521d6 (diff)
downloadrpg-3bd5bd97dce4baed3305e5142998159820f4ff25.tar.gz
rpg-3bd5bd97dce4baed3305e5142998159820f4ff25.tar.bz2
Merge pull request #312 from mperry2/master
Exclude inc/lessc.inc.php from CodeSniffer checks
-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>