Skip to content

Commit

Permalink
remove checkstyle maxWarnings property from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
januslinhc committed Oct 14, 2020
1 parent 3730706 commit ac1102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test {
checkstyle {
toolVersion '8.36.2'
ignoreFailures = true
maxWarnings = 0
//maxWarnings = 0
}

checkstyleMain {
Expand Down

0 comments on commit ac1102b

Please sign in to comment.