.rubocop.yml in blacklight_oai_provider-4.1.0 vs .rubocop.yml in blacklight_oai_provider-5.0.0.pre1

- old
+ new

@@ -35,5 +35,17 @@ # engine_cart block is following default Rails order Bundler/OrderedGems: Exclude: - 'Gemfile' + +RSpec/DescribeClass: + Exclude: + - 'spec/requests/**' + - 'spec/features/**' + +Style/Documentation: + Enabled: false + +Lint/UnusedMethodArgument: + Exclude: + - 'lib/blacklight_oai_provider/set.rb'