Skip to content

Commit

Permalink
Disable DistinctVarargsChecker (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored Aug 21, 2024
1 parent c771397 commit 33a9685
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ private static void configureErrorProneOptions(
"AutoCloseableMustBeClosed",
"CatchSpecificity",
"CanIgnoreReturnValueSuggester",
// https://github.com/google/error-prone/issues/4544
"DistinctVarargsChecker",
"InlineMeSuggester",
// We often use javadoc comments without javadoc parameter information.
"NotJavadoc",
Expand Down

0 comments on commit 33a9685

Please sign in to comment.