Restore checkstyle and solve its errors

This commit is contained in:
Stypox 2022-04-16 12:03:59 +02:00
parent 74addaa1c2
commit 986be98a80
10 changed files with 41 additions and 36 deletions

View file

@ -166,7 +166,7 @@ afterEvaluate {
if (!System.properties.containsKey('skipFormatKtlint')) {
preDebugBuild.dependsOn formatKtlint
}
//preDebugBuild.dependsOn runCheckstyle, runKtlint
preDebugBuild.dependsOn runCheckstyle, runKtlint
}
sonarqube {