forked from mirror/_s
Add whitespace rule exclusion into build checks. See #737.
This commit is contained in:
parent
66d350aa3c
commit
6f839cbbb0
|
@ -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>
|
Reference in New Issue