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 b1006a2 commit 895eed8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
require:
- rubocop-capybara
- rubocop-performance
- rubocop-rake
- rubocop-rspec

AllCops:
NewCops: enable
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
Exclude:
- bin/*
- lib/generators/**/*.rb
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ gem "rspec-rails"
gem "rspec-retry"
gem "rubocop"
gem "rubocop-capybara"
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 @@ -15,6 +15,7 @@ gem "rspec-rails"
gem "rspec-retry"
gem "rubocop"
gem "rubocop-capybara"
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 @@ -15,6 +15,7 @@ gem "rspec-rails"
gem "rspec-retry"
gem "rubocop"
gem "rubocop-capybara"
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 @@ -15,6 +15,7 @@ gem "rspec-rails"
gem "rspec-retry"
gem "rubocop"
gem "rubocop-capybara"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov"
Expand Down

0 comments on commit 895eed8

Please sign in to comment.