We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a380b commit 196a375Copy full SHA for 196a375
1 file changed
checkstyle.xml
@@ -153,7 +153,8 @@
153
<!-- <module name="InnerAssignment"/> -->
154
<!-- <module name="MagicNumber"/> -->
155
<module name="MissingSwitchDefault"/>
156
- <module name="RedundantThrows"/>
+ <!-- Checkstyle stopped working on the following for some reason: -->
157
+<!-- <module name="RedundantThrows"/> -->
158
<!-- <module name="SimplifyBooleanExpression"/> -->
159
<module name="SimplifyBooleanReturn"/>
160
0 commit comments