|
72 | 72 |
|
73 | 73 | <!-- Checks for imports -->
|
74 | 74 | <module name="AvoidStarImport"/>
|
75 |
| - <module name="RedundantImport"/> |
76 |
| - <module name="UnusedImports"/> |
77 | 75 |
|
78 | 76 | <!-- Checks for common coding problems -->
|
79 | 77 | <module name="EqualsHashCode" />
|
80 | 78 | <module name="IllegalInstantiation" />
|
81 | 79 |
|
82 | 80 | <!-- Miscellaneous other checks. -->
|
83 | 81 | <module name="ModifierOrder" />
|
84 |
| - <module name="GenericWhitespace" /> |
85 | 82 | <module name="PackageAnnotation" />
|
86 | 83 | <module name="CovariantEquals" />
|
87 | 84 | <module name="ModifiedControlVariable" />
|
88 | 85 | <module name="NeedBraces" />
|
89 | 86 | <module name="OneStatementPerLine" />
|
90 | 87 | <module name="EmptyStatement" />
|
91 | 88 | <module name="DefaultComesLast" />
|
92 |
| - <module name="WhitespaceAround" /> |
93 | 89 | <module name="TypecastParenPad" />
|
94 | 90 | <module name="HideUtilityClassConstructor"/>
|
95 | 91 | <module name="MutableException"/>
|
96 | 92 | <module name="CovariantEquals" />
|
97 | 93 | <module name="EqualsAvoidNull" />
|
98 | 94 | <module name="UpperEll"/>
|
99 |
| - <module name="ArrayTypeStyle"/> |
100 | 95 |
|
101 | 96 | <!-- not checking for Constructor here: -->
|
102 | 97 | <module name="RedundantModifier">
|
|
0 commit comments