projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
410eb08
)
Add Parsedown to CodeSniff ignores
author
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 27 Feb 2015 22:52:17 +0000
(23:52 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 27 Feb 2015 22:52:17 +0000
(23:52 +0100)
CodeSniff/WCF/ruleset.xml
patch
|
blob
|
blame
|
history
diff --git
a/CodeSniff/WCF/ruleset.xml
b/CodeSniff/WCF/ruleset.xml
index 4cc053022012aa90287214a3ae7690a3aadf16cf..411c89a0aba07cdbece3420e92dfa43edfa9479c 100644
(file)
--- a/
CodeSniff/WCF/ruleset.xml
+++ b/
CodeSniff/WCF/ruleset.xml
@@
-3,6
+3,7
@@
<description>WoltLab Community Framework Coding Standard</description>
<exclude-pattern>*/zend/*</exclude-pattern>
<exclude-pattern>*/CodeSniff/*</exclude-pattern>
+ <exclude-pattern>*/parsedown/*</exclude-pattern>
<rule ref="Generic.Classes.DuplicateClassName" />
<rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop" />