Skip to content

Commit f866d78

Browse files
committed
HV-1986 Remove some checkstyle rules related to formatting
1 parent 38b5620 commit f866d78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/build-config/src/main/resources/checkstyle.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,31 +72,26 @@
7272

7373
<!-- Checks for imports -->
7474
<module name="AvoidStarImport"/>
75-
<module name="RedundantImport"/>
76-
<module name="UnusedImports"/>
7775

7876
<!-- Checks for common coding problems -->
7977
<module name="EqualsHashCode" />
8078
<module name="IllegalInstantiation" />
8179

8280
<!-- Miscellaneous other checks. -->
8381
<module name="ModifierOrder" />
84-
<module name="GenericWhitespace" />
8582
<module name="PackageAnnotation" />
8683
<module name="CovariantEquals" />
8784
<module name="ModifiedControlVariable" />
8885
<module name="NeedBraces" />
8986
<module name="OneStatementPerLine" />
9087
<module name="EmptyStatement" />
9188
<module name="DefaultComesLast" />
92-
<module name="WhitespaceAround" />
9389
<module name="TypecastParenPad" />
9490
<module name="HideUtilityClassConstructor"/>
9591
<module name="MutableException"/>
9692
<module name="CovariantEquals" />
9793
<module name="EqualsAvoidNull" />
9894
<module name="UpperEll"/>
99-
<module name="ArrayTypeStyle"/>
10095

10196
<!-- not checking for Constructor here: -->
10297
<module name="RedundantModifier">

0 commit comments

Comments
 (0)