mirror of https://github.com/apache/jclouds.git
Enforce no redundant modifiers via Checkstyle
This check also helps find utility classes which should not allow instantiation.
This commit is contained in:
parent
1b824afbfc
commit
92d5091845
|
@ -41,10 +41,7 @@
|
|||
</module>
|
||||
<module name="NoWhitespaceBefore"/>
|
||||
<module name="RedundantImport"/>
|
||||
<module name="RedundantModifier">
|
||||
<!-- VARIABLE_DEF disabled -->
|
||||
<property name="tokens" value="METHOD_DEF, ANNOTATION_FIELD_DEF, INTERFACE_DEF"/>
|
||||
</module>
|
||||
<module name="RedundantModifier"/>
|
||||
<module name="SimplifyBooleanExpression"/>
|
||||
<module name="TypeName"/>
|
||||
<module name="UnnecessaryParentheses"/>
|
||||
|
|
Loading…
Reference in New Issue