rubocop.yml: reduce linelength.
This commit is contained in:
parent
9b84b2404a
commit
960207295b
@ -5,7 +5,7 @@ AllCops:
|
|||||||
- '**/vendor/**/*'
|
- '**/vendor/**/*'
|
||||||
DisplayCopNames: false
|
DisplayCopNames: false
|
||||||
|
|
||||||
require:
|
require:
|
||||||
- ./Homebrew/rubocops.rb
|
- ./Homebrew/rubocops.rb
|
||||||
- rubocop-rspec
|
- rubocop-rspec
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ Metrics/ParameterLists:
|
|||||||
|
|
||||||
# GitHub diff UI wraps beyond 118 characters (so that's the goal)
|
# GitHub diff UI wraps beyond 118 characters (so that's the goal)
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
Max: 189
|
Max: 170
|
||||||
# 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 :']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user