From c7c9f83ff6bb234302b93f2139381f38124b89e3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 5 Mar 2020 12:22:40 +0000 Subject: [PATCH] rubocop.yml: reduce Max LineLength. Fixed the formulae in homebrew/core. Slowly but surely... --- Library/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 6f8953a32f..af7b0209c8 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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 :']