Skip to content

Commit

Permalink
Add rubocop-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 1, 2023
1 parent aacebd2 commit 1d22bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
@@ -1,4 +1,5 @@
require:
- rubocop-performance
- rubocop-rake
- rubocop-rspec

Expand Down
5 changes: 3 additions & 2 deletions Gemfile
@@ -1,8 +1,6 @@
source "https://rubygems.org"

gem "rake"
gem "rubocop-rake"
gem "rubocop-rspec"

group :development do
gem "pry"
Expand All @@ -13,6 +11,9 @@ group :test do
gem "rb-readline", ">= 0.5.5"
gem "rspec", ">= 3"
gem "rubocop", ">= 0.79"
gem "rubocop-performance"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov", ">= 0.18.2"
gem "timecop"
gem "tins"
Expand Down

0 comments on commit 1d22bde

Please sign in to comment.