From fe9d361ce942a7cfd0b58ef607b16a6f519230c3 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:47:30 +0000 Subject: [PATCH] mousepose: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/m/mousepose.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/mousepose.rb b/Casks/m/mousepose.rb index 26ea666266..8aba89fc3a 100644 --- a/Casks/m/mousepose.rb +++ b/Casks/m/mousepose.rb @@ -19,10 +19,10 @@ cask "mousepose" do app "Mousepose.app", target: "Mousepose\314\201.app" zap trash: [ + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.boinx.mousepose.sfl*", "~/Library/Application Support/com.boinx.Mousepose", "~/Library/Caches/com.boinx.Mousepose/", "~/Library/Cookies/com.boinx.Mousepose.binarycookies", "~/Library/Preferences/com.boinx.Mousepose.plist", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.boinx.mousepose.sfl*", ] end