.rubocop.yml in chronicle-etl-0.5.5 vs .rubocop.yml in chronicle-etl-0.6.1
- old
+ new
@@ -1,44 +1,2 @@
-AllCops:
- EnabledByDefault: true
- TargetRubyVersion: 2.7
-
-Style/FrozenStringLiteralComment:
- SafeAutoCorrect: true
-
-Style/StringLiterals:
- Enabled: false
-
-Layout/MultilineAssignmentLayout:
- Enabled: false
-
-Layout/MultilineMethodCallIndentation:
- EnforcedStyle: indented
-
-Layout/RedundantLineBreak:
- Enabled: false
-
-Style/MethodCallWithArgsParentheses:
- Enabled: false
-
-Style/MethodCalledOnDoEndBlock:
- Exclude:
- - 'spec/**/*'
-
-Style/OpenStructUse:
- Enabled: false
-
-Style/Copyright:
- Enabled: false
-
-Style/MissingElse:
- Enabled: false
-
-Style/SymbolArray:
- EnforcedStyle: brackets
-
-Style/WordArray:
- EnforcedStyle: brackets
-
-Lint/ConstantResolution:
- Enabled: false
-
+inherit_gem:
+ chronicle-core: .rubocop.yml