.rubocop.yml in rmagick-3.0.0 vs .rubocop.yml in rmagick-3.1.0

- old
+ new

@@ -1,13 +1,13 @@ inherit_from: - - .rubocop_todo.yml + - .rubocop_todo.yml -# Custom configuration, edit with care! +require: + - rubocop-rspec -# Fixing this issues cause some test to fail -Lint/UnifiedInteger: - Enabled: false - -Metrics/ClassLength: - Max: 500 +AllCops: + DefaultFormatter: fuubar + EnabledByDefault: true + TargetRubyVersion: 2.3 Exclude: - - test/**/* + - 'vendor/bundle/**/*' + - '**/*\.spec'