Skip to content

Commit 3e254f8

Browse files
authored
Merge pull request #721 from github/kenyonj-patch-1
Start using `rubocop-performance` to fix deprecation warning
2 parents f696280 + 618c9ed commit 3e254f8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require: rubocop-performance
2+
13
AllCops:
24
TargetRubyVersion: 2.4
35
Exclude:

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ group :test do
55
gem "minitest"
66
gem "rake"
77
gem "rubocop"
8+
gem "rubocop-performance"
89
gem "safe_yaml"
910
end

0 commit comments

Comments
 (0)