Skip to content

Commit 3e6a1fa

Browse files
committed
[Java] Use a standard checkstyle config for build.
1 parent d93b8b7 commit 3e6a1fa

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ subprojects {
131131
}
132132

133133
checkstyle {
134-
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
135134
toolVersion = '8.12'
136135
}
137136

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
44
<module name="Checker">
55
<module name="SuppressionFilter">
6-
<property name="file" value="config/checkstyle/suppress.xml"/>
6+
<property name="file" value="config/checkstyle/suppressions.xml"/>
77
</module>
88

99
<module name="SuppressWarningsFilter"/>
File renamed without changes.

0 commit comments

Comments
 (0)