forked from mirror/_s
Better rules for Travis CI.
This commit is contained in:
parent
b443161ed6
commit
7de804d3b3
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
<!-- Include the WordPress ruleset, with exclusions. -->
|
<!-- Include the WordPress ruleset, with exclusions. -->
|
||||||
<rule ref="WordPress">
|
<rule ref="WordPress">
|
||||||
|
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
|
||||||
|
|
||||||
<exclude name="WordPress.XSS.EscapeOutput" />
|
<exclude name="WordPress.XSS.EscapeOutput" />
|
||||||
<exclude name="WordPress.WhiteSpace.ScopeIndent.Incorrect" />
|
<exclude name="WordPress.WhiteSpace.ScopeIndent.Incorrect" />
|
||||||
</rule>
|
</rule>
|
||||||
|
|
Reference in New Issue