.rubocop.yml in cobra_commander-0.14.0 vs .rubocop.yml in cobra_commander-0.15.0

- old
+ new

@@ -1,20 +1,13 @@ -AllCops: - TargetRubyVersion: 2.5 - NewCops: enable +inherit_from: .rubocop_todo.yml -Metrics/BlockLength: - Exclude: - - spec/**/*.rb - - cobra_commander.gemspec +require: + - rubocop-powerhome -Layout/AccessModifierIndentation: - EnforcedStyle: outdent +Rails: + Enabled: false -Style/StringLiterals: - EnforcedStyle: double_quotes +Gemspec/RequireMFA: + Enabled: false -Style/TrailingCommaInArrayLiteral: - EnforcedStyleForMultiline: consistent_comma - -Style/TrailingCommaInHashLiteral: - EnforcedStyleForMultiline: consistent_comma +Style/ClassAndModuleChildren: + Enabled: false