Skip to content

Commit

Permalink
Disable MutableGuiceModule by default
Browse files Browse the repository at this point in the history
`compilesWithFix` is too slow to run by default at build-time.

PiperOrigin-RevId: 551368572
  • Loading branch information
cushon authored and Error Prone Team committed Jul 27, 2023
1 parent c6549b8 commit fb45cf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ public static ScannerSupplier warningChecks() {
ModifySourceCollectionInStream.class,
MultipleParallelOrSequentialCalls.class,
MultipleUnaryOperatorsInMethodCall.class,
MutableGuiceModule.class,
MutablePublicArray.class,
NamedLikeContextualKeyword.class,
NarrowCalculation.class,
Expand Down Expand Up @@ -1136,6 +1135,7 @@ public static ScannerSupplier warningChecks() {
MoreThanOneQualifier.class,
MultiVariableDeclaration.class,
MultipleTopLevelClasses.class,
MutableGuiceModule.class,
NoAllocationChecker.class,
NonCanonicalStaticMemberImport.class,
PackageLocation.class,
Expand Down

0 comments on commit fb45cf0

Please sign in to comment.