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 :']