Skip to content

Commit

Permalink
Enable FuzzyEqualsShouldNotBeUsedInEqualsMethod.
Browse files Browse the repository at this point in the history
This was written years ago but (accidentally?) disabled. It's a great idea, though!

PiperOrigin-RevId: 442828997
  • Loading branch information
graememorgan authored and Error Prone Team committed Apr 19, 2022
1 parent 3d8946b commit c3a263c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ public static ScannerSupplier errorChecks() {
FromTemporalAccessor.class,
FunctionalInterfaceMethodChanged.class,
FuturesGetCheckedIllegalExceptionType.class,
FuzzyEqualsShouldNotBeUsedInEqualsMethod.class,
GetClassOnAnnotation.class,
GetClassOnClass.class,
GuardedByChecker.class,
Expand Down Expand Up @@ -1035,7 +1036,6 @@ public static ScannerSupplier errorChecks() {
FloggerWithoutCause.class,
ForEachIterable.class,
FunctionalInterfaceClash.class,
FuzzyEqualsShouldNotBeUsedInEqualsMethod.class,
HardCodedSdCardPath.class,
ImmutableMemberCollection.class,
ImmutableRefactoring.class,
Expand Down

0 comments on commit c3a263c

Please sign in to comment.