Reduce rubocop's Metrics/LineLength max to 100 chars by common agreement

This commit is contained in:
Bertocq
2018-01-08 19:11:04 +01:00
parent 05031dffa1
commit 4ca0a48df6

View File

@@ -20,7 +20,7 @@ Rails:
Enabled: true
Metrics/LineLength:
Max: 140
Max: 100
Layout/IndentationConsistency:
EnforcedStyle: rails