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 22, 2024
1 parent 9de1026 commit 25f6f5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
require:
- rubocop-performance

AllCops:
NewCops: enable
SuggestExtensions: false
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem 'rails', '>= 6.0'
gem 'rake'
gem 'rspec'
gem 'rubocop'
gem 'rubocop-performance'
gem 'simplecov'

# Fix:
Expand Down

0 comments on commit 25f6f5a

Please sign in to comment.