Increase max line length to 120

This commit is contained in:
Gregory Colpart 2018-08-02 00:33:10 +02:00
parent aa38ceac12
commit b2d23ea869
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ Layout/EndAlignment:
Metrics/LineLength: Metrics/LineLength:
Max: 100 Max: 100
IgnoredPatterns:
- '# Copyright'
Style/BlockDelimiters: Style/BlockDelimiters:
EnforcedStyle: semantic EnforcedStyle: semantic