Skip to content

Commit

Permalink
Re-enable NamedParametersChecker
Browse files Browse the repository at this point in the history
MOE_MIGRATED_REVID=165034591
  • Loading branch information
cushon committed Aug 16, 2017
1 parent 73ba2bd commit fb9420f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ public static ScannerSupplier errorChecks() {
MissingOverride.class,
MultipleParallelOrSequentialCalls.class,
MutableConstantField.class,
NamedParameterChecker.class,
NarrowingCompoundAssignment.class,
NestedInstanceOfConditions.class,
NonAtomicVolatileUpdate.class,
Expand Down Expand Up @@ -520,7 +521,6 @@ public static ScannerSupplier errorChecks() {
MultiVariableDeclaration.class,
MultipleTopLevelClasses.class,
MultipleUnaryOperatorsInMethodCall.class,
NamedParameterChecker.class,
NoAllocationChecker.class,
NonCanonicalStaticMemberImport.class,
NumericEquality.class,
Expand Down

0 comments on commit fb9420f

Please sign in to comment.