Skip to content

Commit

Permalink
Added checkstyle ignore failures to legacy
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Aug 18, 2023
1 parent 5bc4c9a commit 14ed627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ compileJava {
}
}

checkstyleTest.ignoreFailures = true
checkstyleMain.ignoreFailures = true

// TODO: Similarly, need to fix compiling errors in test source code
compileTestJava.options.warnings = false
compileTestJava {
Expand Down

0 comments on commit 14ed627

Please sign in to comment.