Update rubocop

This commit is contained in:
Dylan Thacker-Smith
2020-12-11 13:57:14 -05:00
parent 4d40f83457
commit f3e2be9f85
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Performance:
AllCops:
TargetRubyVersion: 2.4
NewCops: disable
Exclude:
- 'vendor/bundle/**/*'

View File

@@ -18,7 +18,7 @@ group :benchmark, :test do
end
group :test do
gem 'rubocop', '~> 0.78.0', require: false
gem 'rubocop', '~> 1.4', require: false
gem 'rubocop-performance', require: false
platform :mri, :truffleruby do