Skip to content

Commit 7eb1d09

Browse files
committed
checkstyle.xml: add the ModifiedControlVariable module
1 parent 2c87ec5 commit 7eb1d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
</module>
128128
<module name="IllegalType"/>
129129
<module name="MissingSwitchDefault"/>
130+
<module name="ModifiedControlVariable"/>
130131
<module name="MultipleVariableDeclarations"/>
131132
<module name="NoFinalizer"/>
132133
<module name="OneStatementPerLine"/>

0 commit comments

Comments
 (0)