rubocop.yml: reduce Max LineLength.

Fixed the formulae in homebrew/core. Slowly but surely...
This commit is contained in:
Mike McQuaid 2020-03-05 12:22:40 +00:00
parent eb5c882b7d
commit c7c9f83ff6
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -80,7 +80,7 @@ Metrics/PerceivedComplexity:
# GitHub diff UI wraps beyond 118 characters (so that's the goal) # GitHub diff UI wraps beyond 118 characters (so that's the goal)
Layout/LineLength: Layout/LineLength:
Max: 170 Max: 167
# ignore manpage comments and long single-line strings # ignore manpage comments and long single-line strings
IgnoredPatterns: ['#: ', ' url "', ' mirror "', ' plist_options :'] IgnoredPatterns: ['#: ', ' url "', ' mirror "', ' plist_options :']