Skip to content
Snippets Groups Projects
Unverified Commit d5a78537 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

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

rubocop.yml: reduce Max LineLength.
parents 67d76971 c7c9f83f
No related branches found
No related tags found
No related merge requests found
......@@ -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 :']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment