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:
@@ -122,6 +122,7 @@ Lint/UselessAssignment:
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 110
|
||||
Severity: refactor
|
||||
|
||||
Rails/ActionFilter:
|
||||
Enabled: true
|
||||
|
||||
Reference in New Issue
Block a user