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:
db8aa27
)
Exclude 3rd party libs from sniffing
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 24 Nov 2015 19:32:05 +0000
(20:32 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 24 Nov 2015 19:32:05 +0000
(20:32 +0100)
CodeSniff/WCF/ruleset.xml
patch
|
blob
|
blame
|
history
diff --git
a/CodeSniff/WCF/ruleset.xml
b/CodeSniff/WCF/ruleset.xml
index 89816545d73701e57490281a9c6cc5b23b2b7157..75a64bfbb772b82292bcca50f67d5334c90b7287 100644
(file)
--- a/
CodeSniff/WCF/ruleset.xml
+++ b/
CodeSniff/WCF/ruleset.xml
@@
-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" />