Skip to content

Commit fb45cf0

Browse files
cushonError Prone Team
authored and
Error Prone Team
committed
Disable MutableGuiceModule by default
`compilesWithFix` is too slow to run by default at build-time. PiperOrigin-RevId: 551368572
1 parent c6549b8 commit fb45cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/google/errorprone/scanner/BuiltInCheckerSuppliers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,6 @@ public static ScannerSupplier warningChecks() {
964964
ModifySourceCollectionInStream.class,
965965
MultipleParallelOrSequentialCalls.class,
966966
MultipleUnaryOperatorsInMethodCall.class,
967-
MutableGuiceModule.class,
968967
MutablePublicArray.class,
969968
NamedLikeContextualKeyword.class,
970969
NarrowCalculation.class,
@@ -1136,6 +1135,7 @@ public static ScannerSupplier warningChecks() {
11361135
MoreThanOneQualifier.class,
11371136
MultiVariableDeclaration.class,
11381137
MultipleTopLevelClasses.class,
1138+
MutableGuiceModule.class,
11391139
NoAllocationChecker.class,
11401140
NonCanonicalStaticMemberImport.class,
11411141
PackageLocation.class,

0 commit comments

Comments
 (0)