Skip to content

Commit

Permalink
gem: adds rubocop performance and rails
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Aug 20, 2019
1 parent fbd034c commit e1e8795
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
require: rubocop-rspec
require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec

inherit_from: .rubocop_todo.yml

Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.1)
rubocop (>= 0.71.0)
rubocop-rails (2.3.0)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.35.0)
rubocop (>= 0.60.0)
ruby-progressbar (1.10.1)
Expand All @@ -117,6 +122,8 @@ DEPENDENCIES
normalizy!
pry-byebug
rspec-rails
rubocop-performance
rubocop-rails
rubocop-rspec
sqlite3

Expand Down
2 changes: 2 additions & 0 deletions normalizy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'rubocop-performance'
spec.add_development_dependency 'rubocop-rails'
spec.add_development_dependency 'rubocop-rspec'
spec.add_development_dependency 'sqlite3'
end

0 comments on commit e1e8795

Please sign in to comment.