There was an error while loading. Please reload this page.
1 parent d93b8b7 commit 3e6a1faCopy full SHA for 3e6a1fa
build.gradle
@@ -131,7 +131,6 @@ subprojects {
131
}
132
133
checkstyle {
134
- configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
135
toolVersion = '8.12'
136
137
config/checkstyle/checkstyle.xml
@@ -3,7 +3,7 @@
3
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
4
<module name="Checker">
5
<module name="SuppressionFilter">
6
- <property name="file" value="config/checkstyle/suppress.xml"/>
+ <property name="file" value="config/checkstyle/suppressions.xml"/>
7
</module>
8
9
<module name="SuppressWarningsFilter"/>
config/checkstyle/suppress.xml renamed to config/checkstyle/suppressions.xml
0 commit comments