Skip to content

Commit

Permalink
Add rubocop-rake
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeneral committed Feb 17, 2020
1 parent 6a17184 commit de2411c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PATH
rubocop (~> 0.78)
rubocop-performance
rubocop-rails
rubocop-rake
rubocop-rspec

GEM
Expand All @@ -21,7 +22,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.1.1)
rack (2.2.2)
rainbow (3.0.0)
rake (13.0.1)
rspec (3.9.0)
Expand All @@ -47,10 +48,12 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
rubocop-rails (2.4.1)
rubocop-rails (2.4.2)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.37.1)
rubocop-rake (0.5.1)
rubocop
rubocop-rspec (1.38.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
unicode-display_width (1.6.1)
Expand Down
1 change: 1 addition & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require:
- rubocop-performance
- rubocop-rails
- rubocop-rake
- rubocop-rspec

AllCops:
Expand Down
1 change: 1 addition & 0 deletions rubocop-ergoserv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rubocop', '~> 0.78'
spec.add_runtime_dependency 'rubocop-performance'
spec.add_runtime_dependency 'rubocop-rails'
spec.add_runtime_dependency 'rubocop-rake'
spec.add_runtime_dependency 'rubocop-rspec'
end

0 comments on commit de2411c

Please sign in to comment.