forked from mirror/_s
Update Travis CI build checks. Props @miya0001. See #663.
This commit is contained in:
parent
e5e31d472c
commit
5c6311499b
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="Underscores WordPress Theme Coding Standards Configuration">
|
||||
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
|
||||
<!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml -->
|
||||
|
||||
<!-- Set a description for this ruleset. -->
|
||||
<description>A custom set of code standard rules to check for Underscores.</description>
|
||||
|
@ -8,6 +9,8 @@
|
|||
<!-- Include the WordPress ruleset, with exclusions. -->
|
||||
<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" />
|
||||
|
|
Reference in New Issue