Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #59 from wmde/excludeSniff
Exclude PHPCS messages instead of setting severity to 0
  • Loading branch information
mariushoch committed Feb 10, 2016
2 parents fcf711c + 5bf1d36 commit 00bb57f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpcs.xml
Expand Up @@ -79,9 +79,8 @@
<rule ref="Squiz.Functions.GlobalFunction" />
<rule ref="Squiz.Scope" />

<rule ref="Squiz.Strings.DoubleQuoteUsage" />
<rule ref="Squiz.Strings.DoubleQuoteUsage.ContainsVar">
<severity>0</severity>
<rule ref="Squiz.Strings.DoubleQuoteUsage">
<exclude name="Squiz.Strings.DoubleQuoteUsage.ContainsVar" />
</rule>

<rule ref="Squiz.WhiteSpace.CastSpacing" />
Expand Down

0 comments on commit 00bb57f

Please sign in to comment.