Skip to content

Commit

Permalink
Add rubocop-performance gem
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 29, 2024
1 parent 2b85d6f commit 98974c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
require:
- rubocop-performance
- rubocop-rake
- rubocop-rspec

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "pry"
gem "rake"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "pry"
gem "rake"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.1.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "pry"
gem "rake"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "pry"
gem "rake"
gem "rspec-rails"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov"
Expand Down

0 comments on commit 98974c3

Please sign in to comment.