1 parent 7dcf7ac commit 805ee6bCopy full SHA for 805ee6b
2 files changed
backend/build.gradle
@@ -65,7 +65,7 @@ check.dependsOn jacocoTestCoverageVerification
65
// Checkstyle configuration
66
checkstyle {
67
toolVersion = '10.12.1' // Latest stable version
68
- configFile = file("config/checkstyle/checkstyle.xml")
+ configFile = file("../config/checkstyle/checkstyle.xml")
69
// Fail build on checkstyle violations
70
maxWarnings = 0
71
maxErrors = 0
config/checkstyle/checkstyle.xml backend/config/checkstyle/checkstyle.xmlconfig/checkstyle/checkstyle.xml renamed to backend/config/checkstyle/checkstyle.xml
0 commit comments