Skip to content

Commit

Permalink
Remove ProtosAsKeyOfSetOrMap.
Browse files Browse the repository at this point in the history
This was added a fair while ago, and not enabled.

PiperOrigin-RevId: 441720080
  • Loading branch information
graememorgan authored and Error Prone Team committed Apr 20, 2022
1 parent 5361233 commit e3703b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 217 deletions.

This file was deleted.

Expand Up @@ -281,7 +281,6 @@
import com.google.errorprone.bugpatterns.ProtoStringFieldReferenceEquality;
import com.google.errorprone.bugpatterns.ProtoTruthMixedDescriptors;
import com.google.errorprone.bugpatterns.ProtocolBufferOrdinal;
import com.google.errorprone.bugpatterns.ProtosAsKeyOfSetOrMap;
import com.google.errorprone.bugpatterns.PublicApiNamedStreamShouldReturnStream;
import com.google.errorprone.bugpatterns.RandomCast;
import com.google.errorprone.bugpatterns.RandomModInteger;
Expand Down Expand Up @@ -1068,7 +1067,6 @@ public static ScannerSupplier errorChecks() {
PrimitiveArrayPassedToVarargsMethod.class,
PrivateConstructorForNoninstantiableModule.class,
PrivateConstructorForUtilityClass.class,
ProtosAsKeyOfSetOrMap.class,
PublicApiNamedStreamShouldReturnStream.class,
QualifierWithTypeUse.class,
RedundantOverride.class,
Expand Down

This file was deleted.

0 comments on commit e3703b7

Please sign in to comment.