Skip to content

Commit a726a70

Browse files
Upgrade Checkstyle 13.2.0 -> 13.3.0 (#2128)
While there, enable the new `GoogleNonConstantFieldName` and `UseEnhancedSwitch` checks. See: - https://checkstyle.sourceforge.io/releasenotes.html - https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.3.0 - checkstyle/checkstyle@checkstyle-13.2.0...checkstyle-13.3.0
1 parent 595e6aa commit a726a70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@
738738
</module>
739739
<module name="EmptyStatement" />
740740
<module name="FinalClass" />
741+
<module name="GoogleNonConstantFieldName" />
741742
<module name="HiddenField">
742743
<property name="ignoreConstructorParameter" value="true" />
743744
<property name="ignoreSetter" value="true" />
@@ -883,6 +884,7 @@
883884
but (currently) doesn't warn about
884885
JavaDoc-only imports. -->
885886
</module>
887+
<module name="UseEnhancedSwitch" />
886888
<module name="VisibilityModifier" />
887889
<module name="WhenShouldBeUsed" />
888890
</module>
@@ -906,7 +908,7 @@
906908
<dependency>
907909
<groupId>com.puppycrawl.tools</groupId>
908910
<artifactId>checkstyle</artifactId>
909-
<version>13.2.0</version>
911+
<version>13.3.0</version>
910912
</dependency>
911913
<dependency>
912914
<groupId>io.spring.nohttp</groupId>

0 commit comments

Comments
 (0)