Skip to content

Commit

Permalink
Ignore code style check warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
januslinhc committed Oct 14, 2020
1 parent d652340 commit 1f6507d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test {

checkstyle {
toolVersion '8.36.2'
ignoreFailures = false
ignoreFailures = true
maxWarnings = 0
}

Expand All @@ -63,4 +63,4 @@ checkstyleMain {

checkstyleTest {
source ='src/test/java'
}
}

0 comments on commit 1f6507d

Please sign in to comment.