Merge pull request #7126 from MikeMcQuaid/rubocop-line-length

rubocop.yml: reduce Max LineLength.
This commit is contained in:
Mike McQuaid 2020-03-05 13:33:53 +00:00 committed by GitHub
commit d5a785374e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :']