Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

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

0 comments on commit 5a242f1

Please sign in to comment.