Skip to content

Commit

Permalink
Conversion-Ready rules, excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
lkraav committed Feb 16, 2018
1 parent 5878869 commit b77398a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Conversion-Ready/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<ruleset name="Conversion-Ready">
<description>A custom set of rules to check for a Conversion Ready WordPress project</description>

<rule ref="Generic.WhiteSpace.DisallowTabIndent" />

<!--
We may also want to to include all the rules in a standard
-->
Expand All @@ -13,6 +15,8 @@
different Sniffs, as their rules are broken. From here, we can opt to
exclude problematic sniffs like so.
-->
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent" />
<exclude name="Squiz.Strings.DoubleQuoteUsage.NotRequired" />
</rule>

<rule ref="WordPress-Extra">
Expand Down

0 comments on commit b77398a

Please sign in to comment.