Change line length in rubocop to 120

This commit is contained in:
Luka Murn 2019-03-08 14:09:38 +01:00 committed by GitHub
parent bb29a97962
commit 5987be79c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,7 +363,7 @@ Metrics/CyclomaticComplexity:
Enabled: false
Metrics/LineLength:
Max: 80
Max: 120
AllowHeredoc: true
AllowURI: true
URISchemes: