.rubocop.yml in reek-6.0.0 vs .rubocop.yml in reek-6.0.1

- old
+ new

@@ -128,5 +128,25 @@ MinSize: 4 Metrics/ClassLength: Exclude: - 'lib/reek/cli/options.rb' + +# Activate new cops from RuboCop 0.80 - 0.83 +Lint/RaiseException: + Enabled: true +Lint/StructNewOverride: + Enabled: true +Layout/EmptyLinesAroundAttributeAccessor: + Enabled: true +Layout/SpaceAroundMethodCallOperator: + Enabled: true +Style/ExponentialNotation: + Enabled: true +Style/HashEachMethods: + Enabled: true +Style/HashTransformKeys: + Enabled: true +Style/HashTransformValues: + Enabled: true +Style/SlicingWithRange: + Enabled: true