Add ~/Library/Containers to the list of Layout/LineLength exclusions

- This was found in https://github.com/Homebrew/homebrew-cask/pull/164915/files#r1460533604.
This commit is contained in:
Issy Long 2024-01-20 18:47:03 +00:00
parent 50bb7c1d87
commit a9d0d229f5
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -112,6 +112,7 @@ Layout/LineLength:
'"/Library/PreferencePanes/', '"/Library/PreferencePanes/',
' "~/Library/Application Support/', ' "~/Library/Application Support/',
'"~/Library/Caches/', '"~/Library/Caches/',
'"~/Library/Containers',
'"~/Application Support', '"~/Application Support',
" was verified as official when first introduced to the cask", " was verified as official when first introduced to the cask",
] ]