Skip to content

Commit 51df39c

Browse files
committed
Updated checkstyle rules
1 parent 5bb718a commit 51df39c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

buildSrc/src/main/groovy/base.checkstyle.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
checkstyle {
6-
toolVersion = "13.9.0"
6+
toolVersion = "13.10.0"
77
configProperties = [
88
javaVersion: java.toolchain.languageVersion.get().asInt(),
99
typeParameterNameFormat: "^[A-Z0-9_]+\$",
@@ -133,7 +133,6 @@ checkstyle {
133133
<module name="OneTopLevelClass"/>
134134
<module name="OperatorWrap"/>
135135
<module name="OuterTypeFilename"/>
136-
<module name="OverloadMethodsDeclarationOrder"/>
137136
<module name="PackageName">
138137
<property name="format" value="^[a-z]+(\\.[a-z][a-z0-9_]*)*\$"/>
139138
</module>

0 commit comments

Comments
 (0)