From a9d0d229f534dd9fd33bf68817f55d6085ef0735 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 18:47:03 +0000 Subject: [PATCH] Add `~/Library/Containers` to the list of `Layout/LineLength` exclusions - This was found in https://github.com/Homebrew/homebrew-cask/pull/164915/files#r1460533604. --- Library/.rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index e2b47c651d..1fc717c0b5 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -112,6 +112,7 @@ Layout/LineLength: '"/Library/PreferencePanes/', ' "~/Library/Application Support/', '"~/Library/Caches/', + '"~/Library/Containers', '"~/Application Support', " was verified as official when first introduced to the cask", ]