There was an error while loading. Please reload this page.
1 parent 7fc5f7f commit 96bad8cCopy full SHA for 96bad8c
1 file changed
ShipMonkCodingStandard/ruleset.xml
@@ -16,6 +16,8 @@
16
<rule ref="Generic.Classes.DuplicateClassName"/>
17
<rule ref="Generic.CodeAnalysis.EmptyStatement">
18
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCatch"/><!-- empty catch statements are allowed when commented -->
19
+ <exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedElse"/><!-- empty else statements are allowed when commented -->
20
+ <exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedElseIf"/><!-- empty elseif statements are allowed when commented -->
21
</rule>
22
<rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop"/>
23
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
0 commit comments