config/default.yml in rubocop-springest-0.7.0 vs config/default.yml in rubocop-springest-0.7.1
- old
+ new
@@ -15,13 +15,19 @@
Enabled: true
Layout/EndOfLine:
Enabled: true
+Layout/IndentationStyle:
+ Enabled: true
+
Layout/InitialIndentation:
Enabled: true
+Layout/LineLength:
+ Enabled: false
+
Layout/SpaceAfterColon:
Enabled: true
Layout/SpaceAfterComma:
Enabled: true
@@ -51,13 +57,10 @@
Enabled: true
Layout/SpaceInsideRangeLiteral:
Enabled: true
-Layout/Tab:
- Enabled: true
-
Layout/TrailingEmptyLines:
Enabled: true
Layout/TrailingWhitespace:
Enabled: true
@@ -136,13 +139,10 @@
Enabled: true
Lint/EmptyInterpolation:
Enabled: true
-Lint/EndInMethod:
- Enabled: true
-
Lint/EnsureReturn:
Enabled: true
Lint/FloatOutOfRange:
Enabled: true
@@ -243,12 +243,9 @@
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
- Enabled: false
-
-Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false