.rubocop.yml in with_model-2.1.4 vs .rubocop.yml in with_model-2.1.5

- old
+ new

@@ -1,9 +1,22 @@ -inherit_gem: - lint-config-ruby: - - default.yml +inherit_from: .rubocop_todo.yml +require: + - rubocop-rake + - rubocop-rspec + AllCops: - TargetRubyVersion: 2.4 + NewCops: enable -Lint/MissingCopEnableDirective: +Metrics/BlockLength: + Exclude: + - 'spec/**/*' + - 'with_model.gemspec' + +Bundler/OrderedGems: + Enabled: false + +Bundler/DuplicatedGem: + Enabled: false + +Style/Documentation: Enabled: false