.rubocop.yml in arstotzka-1.4.2 vs .rubocop.yml in arstotzka-1.4.3

- old
+ new

@@ -2,14 +2,10 @@ inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 -Metrics/BlockLength: - Exclude: - - 'spec/**/*_spec.rb' - Metrics/LineLength: Max: 100 RSpec/AlignLeftLetBrace: Enabled: true @@ -19,5 +15,14 @@ - spec/integration/**/*.rb Style/ClassVars: Exclude: - spec/support/models/arstotzka/fetcher/class_variable.rb + +Layout/AlignHash: + EnforcedColonStyle: table + +Metrics/BlockLength: + Exclude: + - 'spec/**/*_spec.rb' + - 'spec/support/**/*.rb' + - '*.gemspec'