fix rubocop errors (#13690)

lolsob-rspec
Lerk 2020-05-10 16:42:48 +02:00 committed by GitHub
parent 3144f8dbbc
commit 57ce6c9b1a
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ require:
- rubocop-rails
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
Exclude:
- 'spec/**/*'
- 'db/**/*'
@ -46,7 +46,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 25
Metrics/LineLength:
Layout/LineLength:
AllowURI: true
Enabled: false