We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8e276 commit d0c3519Copy full SHA for d0c3519
config/checkstyle/checkstyle.xml
@@ -127,12 +127,6 @@
127
<property name="severity" value="warning" />
128
</module>
129
<module name="MissingSwitchDefault" />
130
- <!-- Problem with finding exception types... -->
131
- <module name="RedundantThrows">
132
- <property name="allowUnchecked" value="true" />
133
- <property name="suppressLoadErrors" value="true" />
134
- <property name="severity" value="info" />
135
- </module>
136
<module name="SimplifyBooleanExpression" />
137
<module name="SimplifyBooleanReturn" />
138
0 commit comments