Skip to content

Commit 86a3714

Browse files
committed
[Java] Move checkstyle config to be consistent with other projects.
1 parent 564ba03 commit 86a3714

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ subprojects {
126126
}
127127

128128
checkstyle {
129-
configFile = new File(rootDir, 'config/checkstyle.xml')
129+
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
130130
toolVersion = '7.4'
131131
}
132132

config/checkstyle.xml renamed to 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/suppress.xml"/>
6+
<property name="file" value="config/checkstyle/suppress.xml"/>
77
</module>
88

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

0 commit comments

Comments
 (0)