Skip to content

Commit

Permalink
✨ Add RuboCop Rake gem
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 9, 2021
1 parent 15fc10e commit cb6c7b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
@@ -1,5 +1,6 @@
require:
- rubocop-performance
- rubocop-rake
- rubocop-rspec

AllCops:
Expand Down
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -9,7 +9,8 @@ gem 'parallel', '>= 1.17.0'
gem 'rake', '~> 12.0'
gem 'rake-compiler', '~> 1.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 0.91'
gem 'rubocop', '~> 1.0'
gem 'rubocop-performance', '~> 1.8'
gem 'rubocop-rspec', '~> 1.43'
gem 'rubocop-rake', '~> 0.5'
gem 'rubocop-rspec', '~> 2.0'
gem 'simplecov', '~> 0.19'

0 comments on commit cb6c7b6

Please sign in to comment.