.rubocop.yml in azeroth-0.6.3 vs .rubocop.yml in azeroth-0.6.4

- old
+ new

@@ -5,10 +5,11 @@ TargetRubyVersion: 2.5 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' + - 'spec/dummy/db/schema.rb' - 'spec/support/shared_*/**/*.rb' - 'azeroth.gemspec' RSpec/NestedGroups: Max: 4 @@ -22,5 +23,15 @@ Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true + +RSpec/ExampleLength: + Exclude: + - 'spec/integration/readme/**/*_spec.rb' + - 'spec/integration/yard/**/*_spec.rb' + +RSpec/MultipleExpectations: + Exclude: + - 'spec/integration/readme/**/*_spec.rb' + - 'spec/integration/yard/**/*_spec.rb'