Skip to content

Commit

Permalink
Enable UnusedMethod error-prone check (#10968)
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Aug 20, 2024
1 parent b76d81a commit ce33890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baseline.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ subprojects {
'-Xep:TypeParameterUnusedInFormals:OFF',
// Palantir's UnnecessarilyQualified may throw during analysis
'-Xep:UnnecessarilyQualified:OFF',
'-Xep:UnusedMethod:ERROR',
)
}
}
Expand Down

0 comments on commit ce33890

Please sign in to comment.