build: update rubocop to v0.78

This commit is contained in:
Gonzalo Rodriguez 2019-12-25 18:10:42 -03:00
parent 8787f7db5a
commit 4c33737ed3
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1
2 changed files with 7 additions and 7 deletions

View file

@ -21,6 +21,9 @@ Gemspec:
Layout:
Enabled: true
Layout/LineLength:
Max: 120
Lint:
Enabled: true
@ -29,9 +32,6 @@ Naming:
Exclude:
- "lib/rack/attack/path_normalizer.rb"
Metrics/LineLength:
Max: 120
Performance:
Enabled: true
@ -83,6 +83,9 @@ Style/RedundantBegin:
Style/RedundantFreeze:
Enabled: true
Style/RedundantPercentQ:
Enabled: true
Style/RedundantSelf:
Enabled: true
@ -94,6 +97,3 @@ Style/SingleLineMethods:
Style/SpecialGlobalVars:
Enabled: true
Style/UnneededPercentQ:
Enabled: true

View file

@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest-stub-const", "~> 0.6"
s.add_development_dependency 'rack-test', "~> 1.0"
s.add_development_dependency 'rake', "~> 13.0"
s.add_development_dependency "rubocop", "0.75.0"
s.add_development_dependency "rubocop", "0.78.0"
s.add_development_dependency "rubocop-performance", "~> 1.5.0"
s.add_development_dependency "timecop", "~> 0.9.1"