Skip to content

Commit

Permalink
Remove DoNotUseRuleChain from JavaCodeClarity.
Browse files Browse the repository at this point in the history
I summarised the thread and my views in b/287493298#comment7, so I won't repeat here, but do feel free to disagree.

PiperOrigin-RevId: 689316349
  • Loading branch information
graememorgan authored and Error Prone Team committed Oct 24, 2024
1 parent ec2983b commit a931fa3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 728 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
import com.google.errorprone.bugpatterns.DoNotClaimAnnotations;
import com.google.errorprone.bugpatterns.DoNotMockAutoValue;
import com.google.errorprone.bugpatterns.DoNotMockChecker;
import com.google.errorprone.bugpatterns.DoNotUseRuleChain;
import com.google.errorprone.bugpatterns.DoubleBraceInitialization;
import com.google.errorprone.bugpatterns.DuplicateDateFormatField;
import com.google.errorprone.bugpatterns.DuplicateMapKeys;
Expand Down Expand Up @@ -1163,7 +1162,6 @@ public static ScannerSupplier warningChecks() {
DefaultLocale.class, // TODO: enable this by default.
DepAnn.class,
DifferentNameButSame.class,
DoNotUseRuleChain.class,
EmptyIfStatement.class,
EqualsBrokenForNull.class,
EqualsMissingNullable.class,
Expand Down
Loading

0 comments on commit a931fa3

Please sign in to comment.