Checkstyle config: Enable "redundant modifier" and "redundant import"

No warnings are currently raised by "redundant import", but enable it
anyway to catch anything in future.

Change-Id: I6565ad92b56fe8b3fc54e5b774f0fac586948fa5
This commit is contained in:
David Pursehouse
2016-04-11 21:00:16 +09:00
parent e28a32111a
commit b9e1788b69

View File

@@ -93,6 +93,8 @@ edited to remove noisy warnings.
<property name="tokens" value="BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "/>
<metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
</module>
<module name="RedundantImport"/>
<module name="RedundantModifier"/>
</module>
<module name="FileTabCharacter">
<property name="severity" value="ignore"/>