Add whitespace rule exclusion into build checks. See #737.

This commit is contained in:
Philip Arthur Moore 2015-04-24 09:41:08 +07:00
parent 66d350aa3c
commit 6f839cbbb0
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@
<rule ref="WordPress">
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
</rule>
</ruleset>