.rubocop.yml in arstotzka-1.4.4 vs .rubocop.yml in arstotzka-1.5.0

- old
+ new

@@ -16,13 +16,22 @@ Style/ClassVars: Exclude: - spec/support/models/arstotzka/fetcher/class_variable.rb -Layout/AlignHash: +Layout/HashAlignment: EnforcedColonStyle: table Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' - 'spec/support/**/*.rb' - '*.gemspec' + +Style/HashEachMethods: + Enabled: true + +Style/HashTransformKeys: + Enabled: true + +Style/HashTransformValues: + Enabled: true