Skip to content

Commit

Permalink
Merge pull request #1171 from rubocop/add-rubocop-rake
Browse files Browse the repository at this point in the history
Add rubocop-rake
  • Loading branch information
bquorning committed Jul 28, 2021
2 parents 11a90ec + 4bc5876 commit 1a8c891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit_from: .rubocop_todo.yml

require:
- rubocop-performance
- rubocop-rake
- rubocop-rspec
- rubocop/cop/internal_affairs

Expand Down
1 change: 1 addition & 0 deletions rubocop-rspec_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '>= 3.4'
spec.add_development_dependency 'rubocop-performance', '~> 1.7'
spec.add_development_dependency 'rubocop-rake', '~> 0.6'
# Workaround for cc-test-reporter with SimpleCov 0.18.
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
Expand Down

0 comments on commit 1a8c891

Please sign in to comment.