Skip to content

Commit

Permalink
ignoring 'spaces required round every braket' -- thats a recipie for …
Browse files Browse the repository at this point in the history
…RSI :|
  • Loading branch information
localhost8080 committed Jul 7, 2014
1 parent a54d002 commit 8ef2a7a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<ruleset name="Custom">
<description>Wordpress, but without linelength check.</description>
<rule ref="WordPress">
<exclude name="Generic.Files.LineLength"/>
<exclude name="Generic.WhiteSpace.ScopeIndent"/>
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent"/>
<exclude name="Generic.WhiteSpace.DisallowTabIndent"/>
<exclude name="WordPress.WhiteSpace.PhpIndent"/>
<exclude name="WordPress.WhiteSpace.ScopeIndent"/>
<exclude name="Generic.Files.LineLength"/>
<exclude name="Generic.WhiteSpace.ScopeIndent"/>
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent"/>
<exclude name="Generic.WhiteSpace.DisallowTabIndent"/>
<exclude name="WordPress.WhiteSpace.PhpIndent"/>
<exclude name="WordPress.WhiteSpace.ScopeIndent"/>
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing"/>
</rule>
</ruleset>

0 comments on commit 8ef2a7a

Please sign in to comment.