forked from mirror/_s
Travis CI builds are failing. Remove all coding standards exclusions so that we're able to generate a useful, actionable report on which to base fixes to the build failures.
This commit is contained in:
parent
3bc2eeda4f
commit
ea8c6f41a8
|
@ -8,12 +8,5 @@
|
||||||
|
|
||||||
<!-- 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="PEAR.Functions.FunctionCallSignature.Indent" />
|
|
||||||
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
|
|
||||||
|
|
||||||
<exclude name="WordPress.XSS.EscapeOutput" />
|
|
||||||
<exclude name="WordPress.WhiteSpace.ScopeIndent.Incorrect" />
|
|
||||||
<exclude name="WordPress.Variables.GlobalVariables" />
|
|
||||||
</rule>
|
</rule>
|
||||||
</ruleset>
|
</ruleset>
|
Reference in New Issue