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:
Philip Arthur Moore 2015-04-24 08:36:23 +07:00
parent 3bc2eeda4f
commit ea8c6f41a8
1 changed files with 0 additions and 7 deletions

View File

@ -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>