.rubocop.yml in valkyrie-1.7.1 vs .rubocop.yml in valkyrie-2.0.0.RC1

- old
+ new

@@ -7,11 +7,10 @@ TargetRubyVersion: 2.3 Exclude: - 'bin/*' - 'db/schema.rb' - 'vendor/**/*' - - 'gemfiles/vendor/**/*' RSpec/ScatteredSetup: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*' @@ -30,9 +29,5 @@ Exclude: - "lib/valkyrie/resource.rb" - "lib/valkyrie/persistence/solr/queries/default_paginator.rb" Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true -Naming/FileName: - Exclude: - - 'Appraisals' - - 'Gemfile'