Skip to content

Commit 1efd2ca

Browse files
authored
chore(lint): Checkstyle warning mode (#130)
1 parent 2b6bc04 commit 1efd2ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencyLocking {
3838
}
3939

4040
checkstyle {
41+
setMaxWarnings(0)
4142
setToolVersion(libs.versions.checkstyle.get())
4243
}
4344

config/checkstyle/checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<module name="Checker">
55
<property name="fileExtensions" value="java" />
6-
<property name="severity" value="error" />
6+
<property name="severity" value="warning" />
77

88
<!-- Filters -->
99
<module name="SuppressWithPlainTextCommentFilter" />

0 commit comments

Comments
 (0)