Skip to content

Commit

Permalink
Qual: Removed false warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 20, 2011
1 parent 0661264 commit 507aa3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/codesniffer/ruleset.xml
Expand Up @@ -7,6 +7,10 @@

<rule ref="Generic.CodeAnalysis.EmptyStatement" />

<rule ref="Generic.CodeAnalysis.EmptyStatement.NotAllowedWarning">
<severity>0</severity>
</rule>

<!-- <rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop" /> -->

<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall" />
Expand Down

0 comments on commit 507aa3f

Please sign in to comment.