Grab most of the low-hanging fruit.

This commit is contained in:
Andrew Steinborn
2018-12-29 17:22:36 -05:00
parent f898b766f1
commit 89bcc9a100
23 changed files with 143 additions and 44 deletions

View File

@@ -1,4 +1,8 @@
checkstyle {
toolVersion '8.14'
configFile new File(project.rootDir, ['config', 'checkstyle', 'checkstyle.xml'].join(File.separator))
// The build should immediately fail if we have errors.
maxErrors = 0
maxWarnings = 0
}