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

rubocop.yml: reduce linelength.

parent 9b84b240
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ AllCops:
- '**/vendor/**/*'
DisplayCopNames: false
require:
require:
- ./Homebrew/rubocops.rb
- rubocop-rspec
......@@ -102,7 +102,7 @@ Metrics/ParameterLists:
# GitHub diff UI wraps beyond 118 characters (so that's the goal)
Metrics/LineLength:
Max: 189
Max: 170
# 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