Skip to content

Commit

Permalink
Disable UseCorrectAssertInTests in OSS
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 545498712
  • Loading branch information
cushon authored and Error Prone Team committed Jul 4, 2023
1 parent 6d9915e commit 05fe7a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ public static ScannerSupplier warningChecks() {
UnsafeWildcard.class,
UnusedAnonymousClass.class,
UnusedCollectionModifiedInPlace.class,
UseCorrectAssertInTests.class,
Validator.class,
VarTypeName.class,
WrongOneof.class,
Expand Down Expand Up @@ -1188,6 +1187,7 @@ public static ScannerSupplier warningChecks() {
UnsafeLocaleUsage.class,
UnusedException.class,
UrlInSee.class,
UseCorrectAssertInTests.class,
UseEnumSwitch.class,
UsingJsr305CheckReturnValue.class,
VarChecker.class,
Expand Down

0 comments on commit 05fe7a6

Please sign in to comment.