.rubocop.yml in active_object-4.0.14 vs .rubocop.yml in active_object-5.0.1
- old
+ new
@@ -2,41 +2,25 @@
DisplayCopNames: true
DisplayStyleGuide: true
TargetRubyVersion: 2.4
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/RescueWithoutErrorClass:
+ Enabled: false
Lint/ScriptPermission:
Enabled: false
-Metrics/ClassLength:
- Enabled: false
Metrics/ModuleLength:
Enabled: false
Style/Alias:
EnforcedStyle: prefer_alias_method
-Style/BracesAroundHashParameters:
- Enabled: false
Style/ClassAndModuleChildren:
EnforcedStyle: compact
Style/Documentation:
- Enabled: false
-Style/HashSyntax:
- Enabled: false
-Style/FrozenStringLiteralComment:
- Enabled: false
-Style/NumericLiterals:
Enabled: false
Style/RescueModifier:
Enabled: false