Skip to content

Commit

Permalink
Adds "rubocop-performance" gem
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Mar 15, 2020
1 parent 187923c commit 61b08d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Expand Up @@ -2,6 +2,8 @@ inherit_from:
- .rubocop_todo.yml
- .rubocop_dnsimple.yml

require: rubocop-performance

AllCops:
Exclude:
- '*.gemspec'
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,3 +6,4 @@ gemspec

gem 'coveralls', require: false
gem 'rubocop', '0.80.1', require: false
gem 'rubocop-performance', require: false

0 comments on commit 61b08d1

Please sign in to comment.