2
0
Derivar 0

fix rubocop errors (#13690)

Este cometimento está contido em:
Lerk 2020-05-10 16:42:48 +02:00 cometido por GitHub
ascendente 4b766f9846
cometimento 8012fce727
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

@ -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