We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564ba03 commit 86a3714Copy full SHA for 86a3714
build.gradle
@@ -126,7 +126,7 @@ subprojects {
126
}
127
128
checkstyle {
129
- configFile = new File(rootDir, 'config/checkstyle.xml')
+ configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
130
toolVersion = '7.4'
131
132
config/checkstyle.xml renamed to 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/suppress.xml"/>
+ <property name="file" value="config/checkstyle/suppress.xml"/>
7
</module>
8
9
<module name="SuppressWarningsFilter"/>
config/suppress.xml renamed to config/checkstyle/suppress.xml
0 commit comments