.rubocop.yml in docdata-order-1.0.2 vs .rubocop.yml in docdata-order-1.0.3

- old
+ new

@@ -1,26 +1,26 @@ # Docdata-order RuboCop configuration AllCops: - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.4 DisplayCopNames: true DisplayStyleGuide: true -# We target 2.3, but still want to support 2.0. +# We target 2.4, but still want to support 2.0. Gemspec/RequiredRubyVersion: Enabled: false +Layout/LineLength: + Enabled: false + Metrics/AbcSize: Max: 53 Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ClassLength: - Enabled: false - -Metrics/LineLength: Enabled: false Metrics/MethodLength: Enabled: false