Skip to content

Commit

Permalink
Add rubocop-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
leoarnold committed Apr 14, 2019
1 parent 2f3b75f commit abb371c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
require: rubocop-rspec
require:
- rubocop-performance
- rubocop-rspec

AllCops:
TargetRubyVersion: 2.2
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ group :metatools do
gem 'github-linguist', '7.3.1'
gem 'overcommit', '0.47.0'
gem 'rubocop', '0.67.2'
gem 'rubocop-performance', '1.1.0'
gem 'rubocop-rspec', '1.32.0'
gem 'travis', '1.8.9'
end

0 comments on commit abb371c

Please sign in to comment.