Skip to content

Commit

Permalink
Add rubocop-rake
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Nov 22, 2020
1 parent e1db172 commit 6998be3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require:
- rubocop-rake

AllCops:
NewCops: enable

Expand Down
1 change: 1 addition & 0 deletions with_model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop-rake'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'yard'

Expand Down

0 comments on commit 6998be3

Please sign in to comment.