Skip to content

Commit

Permalink
Enable ErrorProne ModifiedButNotUsed
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Aug 27, 2024
1 parent 13a86b6 commit 64cf759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-logic/src/main/kotlin/polaris-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tasks.withType(JavaCompile::class.java).configureEach {
"FallThrough",
"MissingCasesInEnumSwitch",
"MissingOverride",
"ModifiedButNotUsed",
"OrphanedFormatString",
"StringCaseLocaleUsage",
)
Expand Down

0 comments on commit 64cf759

Please sign in to comment.