Merge pull request #7126 from MikeMcQuaid/rubocop-line-length
rubocop.yml: reduce Max LineLength.
This commit is contained in:
commit
d5a785374e
@ -80,7 +80,7 @@ Metrics/PerceivedComplexity:
|
||||
|
||||
# GitHub diff UI wraps beyond 118 characters (so that's the goal)
|
||||
Layout/LineLength:
|
||||
Max: 170
|
||||
Max: 167
|
||||
# ignore manpage comments and long single-line strings
|
||||
IgnoredPatterns: ['#: ', ' url "', ' mirror "', ' plist_options :']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user