From b77314084538f2cccb49bba0295463d6f7bc7f9f Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:46:22 +0000 Subject: [PATCH] hyper: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/h/hyper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/h/hyper.rb b/Casks/h/hyper.rb index b547d4f34f..c62bf8d6d2 100644 --- a/Casks/h/hyper.rb +++ b/Casks/h/hyper.rb @@ -23,12 +23,12 @@ cask "hyper" do binary "#{appdir}/Hyper.app/Contents/Resources/bin/hyper" zap trash: [ - "~/.hyper_plugins", "~/.hyper.js", + "~/.hyper_plugins", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/co.zeit.hyper.sfl*", "~/Library/Application Support/Hyper", - "~/Library/Caches/co.zeit.hyper.ShipIt", "~/Library/Caches/co.zeit.hyper", + "~/Library/Caches/co.zeit.hyper.ShipIt", "~/Library/Cookies/co.zeit.hyper.binarycookies", "~/Library/Logs/Hyper", "~/Library/Preferences/ByHost/co.zeit.hyper.ShipIt.*.plist",