Skip to content

Commit

Permalink
chore(lint): Checkstyle warning mode (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Feb 11, 2024
1 parent 0f31880 commit 8473fb6
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 @@ -87,6 +87,7 @@ sonarLint {

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

dependencyLocking {
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 8473fb6

Please sign in to comment.