Skip to content

Commit

Permalink
checkstyle: removes RedundantThrows which is no longer available in c…
Browse files Browse the repository at this point in the history
…heckstyle 6.2

See checkstyle/checkstyle#473
  • Loading branch information
oharboe committed May 18, 2015
1 parent 8ede73d commit 06d3448
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build-config/swe_checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
<module name="InnerAssignment"/>
<module name="MagicNumber"/>
<module name="MissingSwitchDefault"/>
<module name="RedundantThrows">
<property name="logLoadErrors" value="true"/>
<property name="suppressLoadErrors" value="true"/>
<property name="severity" value="info"/>
</module>
<module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/>
<module name="CovariantEquals"/>
Expand Down

0 comments on commit 06d3448

Please sign in to comment.