Skip to content

Commit

Permalink
update rubocop-rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoehn committed Apr 13, 2021
1 parent 9563f7f commit 866b135
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
9 changes: 6 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ Metrics/BlockLength:
- spec/**/*
- proforma.gemspec

RSpec/NestedGroups:
Max: 5

Style/Documentation:
Enabled: false

RSpec/NestedGroups:
Max: 5

RSpec/DescribeClass:
Exclude:
- spec/custom_matchers/*

RSpec/MultipleMemoizedHelpers:
Enabled: false
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-rspec (1.41.0)
rubocop (>= 0.68.1)
rubocop-rspec (2.2.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-progressbar (1.11.0)
rubyzip (2.3.0)
shellany (0.0.1)
Expand Down Expand Up @@ -133,7 +134,7 @@ DEPENDENCIES
rspec (~> 3.0)
rspec-collection_matchers (~> 1.2.0)
rubocop (~> 1.12.1)
rubocop-rspec (~> 1.41.0)
rubocop-rspec (~> 2.2.0)
simplecov (~> 0.21.2)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion proforma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.2.0'
spec.add_development_dependency 'rubocop', '~> 1.12.1'
spec.add_development_dependency 'rubocop-rspec', '~> 1.41.0'
spec.add_development_dependency 'rubocop-rspec', '~> 2.2.0'
spec.add_development_dependency 'simplecov', '~> 0.21.2'
end

0 comments on commit 866b135

Please sign in to comment.