forked from mirror/_s
The commit 6986e21182 (diff-9dbd3b63f5d2589b5eb1701e92893803)
began (in part) breaking Travis CI builds in _s. There’s most certainly room for improvement to _s code with regard to WordPress Coding Standards, but let’s exclude WordPress.Variables.GlobalVariables and correct all coding standards errors on localhost before removing the excludes from our GitHub-hosted ruleset.
This commit is contained in:
parent
7de804d3b3
commit
964c19070f
|
@ -11,5 +11,6 @@
|
|||
|
||||
<exclude name="WordPress.XSS.EscapeOutput" />
|
||||
<exclude name="WordPress.WhiteSpace.ScopeIndent.Incorrect" />
|
||||
<exclude name="WordPress.Variables.GlobalVariables" />
|
||||
</rule>
|
||||
</ruleset>
|
Reference in New Issue