.rubocop.yml in active_validation-4.0.7 vs .rubocop.yml in active_validation-4.0.8
- old
+ new
@@ -2,12 +2,26 @@
DisplayCopNames: true
DisplayStyleGuide: true
TargetRubyVersion: 2.3
Exclude:
- 'spec/**/**/*'
+Layout/ClosingParenthesisIndentation:
+ Enabled: false
+Layout/EmptyLinesAroundBlockBody:
+ Enabled: false
+Layout/EmptyLinesAroundClassBody:
+ Enabled: false
+Layout/EmptyLinesAroundModuleBody:
+ Enabled: false
+Layout/FirstParameterIndentation:
+ Enabled: false
+Layout/MultilineMethodCallIndentation:
+ EnforcedStyle: aligned
LineLength:
Max: 100
+Lint/ScriptPermission:
+ Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
@@ -26,27 +40,15 @@
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/ClassVars:
Enabled: false
-Style/ClosingParenthesisIndentation:
- Enabled: false
Style/Documentation:
Enabled: false
-Style/EmptyLinesAroundBlockBody:
- Enabled: false
-Style/EmptyLinesAroundClassBody:
- Enabled: false
-Style/EmptyLinesAroundModuleBody:
- Enabled: false
Style/HashSyntax:
Enabled: false
-Style/FirstParameterIndentation:
- Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
-Style/MultilineMethodCallIndentation:
- EnforcedStyle: aligned
Style/NumericLiterals:
Enabled: false
Style/RescueModifier:
Enabled: false
Style/SingleLineBlockParams: