From 633dea1bb12936fcde75926ed41c78692416d600 Mon Sep 17 00:00:00 2001 From: miccal Date: Thu, 30 Jul 2020 22:10:53 +0800 Subject: [PATCH] rubocop.yml: cask fixes for new style --- Library/.rubocop.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 1fa2d137e6..d8d0fdcedb 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -181,7 +181,9 @@ Layout/LineLength: Max: 118 # ignore manpage comments and long single-line strings IgnoredPatterns: ['#: ', ' url "', ' mirror "', ' plist_options ', - ' appcast "', ' executable: "', '#{version.', + ' appcast "', ' executable: "', ' font "', ' homepage "', ' name "', + ' pkg "', ' pkgutil: "', '#{language}', '#{version.', + ' "/Library/Application Support/', '"/Library/Caches/', '"/Library/PreferencePanes/', ' "~/Library/Application Support/', '"~/Library/Caches/', '"~/Application Support', ' was verified as official when first introduced to the cask']