We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad2d5f commit 2b99e6fCopy full SHA for 2b99e6f
1 file changed
config/checkstyle/checkstyle.xml
@@ -94,7 +94,11 @@
94
<module name="FinalClass"/>
95
<module name="HideUtilityClassConstructor"/>
96
<module name="InterfaceIsType"/>
97
+ <module name="MutableException"/>
98
<module name="OneTopLevelClass"/>
99
+ <module name="ThrowsCount">
100
+ <property name="max" value="1"/>
101
+ </module>
102
103
<!-- Checks for common coding problems: -->
104
<!-- See https://checkstyle.org/checks/coding -->
@@ -120,6 +124,7 @@
120
124
</module>
121
125
<module name="IllegalType"/>
122
126
<module name="MissingSwitchDefault"/>
127
+ <module name="ModifiedControlVariable"/>
123
128
<module name="MultipleVariableDeclarations"/>
129
<module name="NoFinalizer"/>
130
<module name="OneStatementPerLine"/>
0 commit comments