Add Parsedown to CodeSniff ignores
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Feb 2015 22:52:17 +0000 (23:52 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Feb 2015 22:52:17 +0000 (23:52 +0100)
CodeSniff/WCF/ruleset.xml

index 4cc053022012aa90287214a3ae7690a3aadf16cf..411c89a0aba07cdbece3420e92dfa43edfa9479c 100644 (file)
@@ -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" />