Skip to content

Commit d0c3519

Browse files
author
Mario Luan Santos de Souza
committed
checkstyle: removed RedundantThrowsCheck.java
1 parent 0f8e276 commit d0c3519

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@
127127
<property name="severity" value="warning" />
128128
</module>
129129
<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>
136130
<module name="SimplifyBooleanExpression" />
137131
<module name="SimplifyBooleanReturn" />
138132

0 commit comments

Comments
 (0)