Skip to content

Commit

Permalink
Enable AutoValueBoxedValues as warning.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666531140
  • Loading branch information
java-team-github-bot authored and Error Prone Team committed Aug 22, 2024
1 parent f8754e1 commit 761eb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ public static ScannerSupplier warningChecks() {
AssertionFailureIgnored.class,
AssistedInjectAndInjectOnSameConstructor.class,
AttemptedNegativeZero.class,
AutoValueBoxedValues.class,
AutoValueFinalMethods.class,
AutoValueImmutableFields.class,
AutoValueSubclassLeaked.class,
Expand Down Expand Up @@ -1129,7 +1130,6 @@ public static ScannerSupplier warningChecks() {
AssertFalse.class,
AssistedInjectAndInjectOnConstructors.class,
AutoFactoryAtInject.class,
AutoValueBoxedValues.class,
AvoidObjectArrays.class,
BanClassLoader.class,
BanSerializableRead.class,
Expand Down

0 comments on commit 761eb56

Please sign in to comment.