Lint: remove redundant config

`Enabled: true` cops are redundant after `NewCops: enable`
This commit is contained in:
Jared Beck 2021-10-25 12:06:55 -04:00
parent ff9e0abfb5
commit ba7ad96215
1 changed files with 0 additions and 9 deletions

View File

@ -56,20 +56,11 @@ Layout/MultilineOperationIndentation:
Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation
Layout/SpaceAroundMethodCallOperator:
Enabled: true
# Use exactly one space on each side of an operator. Do not align operators
# because it makes the code harder to edit, and makes lines unnecessarily long.
Layout/SpaceAroundOperators:
AllowForAlignment: false
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
# Migrations often contain long up/down methods, and extracting smaller methods
# from these is of questionable value.
Metrics/AbcSize: