.rubocop.yml in date_holidays-reader-1.0.2 vs .rubocop.yml in date_holidays-reader-1.0.3

- old
+ new

@@ -4,18 +4,19 @@ Exclude: - 'bin/**/*' - Gemfile - 'vendor/**/*' DisplayCopNames: true - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.5 + NewCops: enable Metrics/BlockLength: Enabled: true Exclude: # The outer describe blocks throw this off for Rspec tests so disable. - spec/**/*_spec.rb -Metrics/LineLength: +Layout/LineLength: Max: 100 Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma