Skip to content

Commit

Permalink
chore(lint): Checkstyle warning mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jun 13, 2024
1 parent 2b6bc04 commit 4782d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencyLocking {
}

checkstyle {
setMaxWarnings(0)
setToolVersion(libs.versions.checkstyle.get())
}

Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<module name="Checker">
<property name="fileExtensions" value="java" />
<property name="severity" value="error" />
<property name="severity" value="warning" />

<!-- Filters -->
<module name="SuppressWithPlainTextCommentFilter" />
Expand Down

0 comments on commit 4782d2a

Please sign in to comment.