runeliteplus: various checkstyle fixes

This commit is contained in:
Zeruth
2019-07-24 00:41:08 -04:00
parent a51f30da09
commit 13146e5dbd
18 changed files with 95 additions and 118 deletions

View File

@@ -29,6 +29,6 @@ subprojects {
sourceSets = [sourceSets.main]
configFile = rootProject.file("./checkstyle/checkstyle.xml");
showViolations = true
ignoreFailures = true
ignoreFailures = false
}
}