Skip to content

Commit

Permalink
Remove Generic.CodeAnalysis.EmptyStatement sniff
Browse files Browse the repository at this point in the history
There is no sniff like that in PSR-2 and we try to get to PSR-2 one day.
  • Loading branch information
white-gecko committed May 26, 2016
1 parent 4d94718 commit 5a242f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpcs.xml
Expand Up @@ -17,7 +17,6 @@


<!-- Generic sniffs --> <!-- Generic sniffs -->
<rule ref="Generic.Classes.DuplicateClassName" /> <rule ref="Generic.Classes.DuplicateClassName" />
<rule ref="Generic.CodeAnalysis.EmptyStatement" />
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall" /> <rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall" />
<rule ref="Generic.CodeAnalysis.JumbledIncrementer" /> <rule ref="Generic.CodeAnalysis.JumbledIncrementer" />
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement" /> <rule ref="Generic.CodeAnalysis.UnconditionalIfStatement" />
Expand Down

0 comments on commit 5a242f1

Please sign in to comment.