From 18c681e543399855b5e300520fdaf56fcfa9d776 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:46:06 +0000 Subject: [PATCH] tad: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/t/tad.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/tad.rb b/Casks/t/tad.rb index dcc9b8bca3..b55241d344 100644 --- a/Casks/t/tad.rb +++ b/Casks/t/tad.rb @@ -17,8 +17,8 @@ cask "tad" do binary "#{appdir}/Tad.app/Contents/Resources/tad.sh", target: "tad" zap trash: [ - "~/Library/Application Support/Tad", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.antonycourtney.tad.sfl*", + "~/Library/Application Support/Tad", "~/Library/Logs/Tad", "~/Library/Preferences/com.antonycourtney.tad.plist", "~/Library/Saved Application State/com.antonycourtney.tad.savedState",