Exclude whitespace rules from coding standards checks. See #737.

This commit is contained in:
Philip Arthur Moore 2015-04-24 09:08:26 +07:00
parent 2c21cdb7ae
commit 171e1d10b2
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@
<!-- Include the WordPress ruleset, with exclusions. -->
<rule ref="WordPress">
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
</rule>
</ruleset>