Reduce severity of LineLength rule

Since we're ignoring this rule in many places, we're marking it in a
different way so it's clear we're not as strict with this rule.
This commit is contained in:
Javi Martín
2019-09-10 22:04:53 +02:00
parent 7e9e1be1aa
commit 97ec8776ab

View File

@@ -122,6 +122,7 @@ Lint/UselessAssignment:
Metrics/LineLength: Metrics/LineLength:
Max: 110 Max: 110
Severity: refactor
Rails/ActionFilter: Rails/ActionFilter:
Enabled: true Enabled: true