Better rules for Travis CI.

This commit is contained in:
Philip Arthur Moore 2014-11-01 08:02:31 +07:00
parent b443161ed6
commit 7de804d3b3
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<!-- Include the WordPress ruleset, with exclusions. -->
<rule ref="WordPress">
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
<exclude name="WordPress.XSS.EscapeOutput" />
<exclude name="WordPress.WhiteSpace.ScopeIndent.Incorrect" />
</rule>