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 2d96725 commit 1087789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +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 @@ -10,6 +10,7 @@ gem 'pry'
gem 'rake'
gem 'rspec'
gem 'rubocop'
gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'ruby-lsp'
Expand Down

0 comments on commit 1087789

Please sign in to comment.