Skip to content

Commit

Permalink
chore(lint): Checkstyle warning mode (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Mar 2, 2024
1 parent 0b9899c commit 900bf44
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 @@ -40,6 +40,7 @@ dependencyLocking {

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

sonarLint {
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 900bf44

Please # to comment.