Skip to content

Commit

Permalink
reenable error-prone after pr2653 (#2654)
Browse files Browse the repository at this point in the history
reenable error-prone after #2653
  • Loading branch information
carterkozak authored Oct 24, 2023
1 parent ad2b9a1 commit 863a1e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ allprojects {
tasks.withType(JavaCompile) {
options.compilerArgs += ['-Werror', '-Xlint:deprecation']
options.errorprone {
// errorprone must be temporarily disabled in order to bump the errorprone dependency
// to a version without `ErrorProneFlags.getList(String)`.
enabled = false
check("Slf4jLogsafeArgs", CheckSeverity.OFF)
check("PreferSafeLoggableExceptions", CheckSeverity.OFF)
check("PreferSafeLogger", CheckSeverity.OFF)
Expand Down

0 comments on commit 863a1e2

Please sign in to comment.