We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331ec2b commit e8839b9Copy full SHA for e8839b9
checkstyle.xml
@@ -126,5 +126,6 @@
126
<module name="NoEnumTrailingComma" />
127
<module name="NoArrayTrailingComma" />
128
<module name="AvoidDoubleBraceInitialization"/>
129
+ <module name="UnnecessarySemicolonAfterOuterTypeDeclaration"/>
130
</module>
131
pom.xml
@@ -163,7 +163,7 @@
163
<dependency>
164
<groupId>com.puppycrawl.tools</groupId>
165
<artifactId>checkstyle</artifactId>
166
- <version>8.30</version>
+ <version>8.31</version>
167
</dependency>
168
</dependencies>
169
</plugin>
0 commit comments