Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Nov 23, 2024
1 parent 56efabd commit d219d66
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ tasks.withType<JavaCompile>().configureEach {
options.release = 11
options.errorprone {
// don't run warning-level checks by default as they add too much noise to build output
// NOTE: until https://github.com/google/error-prone/pull/3462 makes it to a release,
// we need to customize the level of at least one specific check to make this flag work
disableAllWarnings = true
// warning-level checks upgraded to error, since we've fixed all the warnings
error("UnnecessaryParentheses")
Expand Down

0 comments on commit d219d66

Please sign in to comment.