Allow lines to be 110 characters long

This commit is contained in:
Julian Herrero
2019-05-21 20:02:03 +02:00
parent 387488aa68
commit 7066dd50d5

View File

@@ -36,7 +36,7 @@ Lint/UselessAssignment:
Enabled: true Enabled: true
Metrics/LineLength: Metrics/LineLength:
Max: 100 Max: 110
RSpec/NotToNot: RSpec/NotToNot:
Enabled: true Enabled: true