Skip to content

Commit 5903bff

Browse files
committed
[O] Fail on warning
1 parent b68804a commit 5903bff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ checkstyle {
2121
// assign the latest checkstyle version explicitly, since the default version is very old
2222
toolVersion = '10.3.4'
2323
configFile = rootProject.file('.github/checkstyle.xml')
24+
25+
ignoreFailures = false
26+
maxWarnings = 5
2427
}
2528

2629

0 commit comments

Comments
 (0)