Exclude 3rd party libs from sniffing
authorAlexander Ebert <ebert@woltlab.com>
Tue, 24 Nov 2015 19:32:05 +0000 (20:32 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 24 Nov 2015 19:32:05 +0000 (20:32 +0100)
CodeSniff/WCF/ruleset.xml

index 89816545d73701e57490281a9c6cc5b23b2b7157..75a64bfbb772b82292bcca50f67d5334c90b7287 100644 (file)
@@ -5,6 +5,7 @@
        <exclude-pattern>*/CodeSniff/*</exclude-pattern>
        <exclude-pattern>*/parsedown/*</exclude-pattern>
        <exclude-pattern>*/scssphp/*</exclude-pattern>
+       <exclude-pattern>*/api/*</exclude-pattern>
        
        <rule ref="Generic.Classes.DuplicateClassName" />
        <rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop" />