Reduce rubocop's Metrics/LineLength max to 100 chars by common agreement
This commit is contained in:
@@ -20,7 +20,7 @@ Rails:
|
|||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
Max: 140
|
Max: 100
|
||||||
|
|
||||||
Layout/IndentationConsistency:
|
Layout/IndentationConsistency:
|
||||||
EnforcedStyle: rails
|
EnforcedStyle: rails
|
||||||
|
|||||||
Reference in New Issue
Block a user