From f53114e57de003c2ca6554c89d459516ca850f48 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:46:35 +0000 Subject: [PATCH] upterm: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/u/upterm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/u/upterm.rb b/Casks/u/upterm.rb index 349f0c42c4..68a44b4f30 100644 --- a/Casks/u/upterm.rb +++ b/Casks/u/upterm.rb @@ -12,11 +12,11 @@ cask "upterm" do app "Upterm.app" zap trash: [ + "~/.upterm", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.railsware.upterm.sfl*", "~/Library/Application Support/Upterm", "~/Library/Preferences/com.github.railsware.upterm.helper.plist", "~/Library/Preferences/com.github.railsware.upterm.plist", "~/Library/Saved Application State/com.github.railsware.upterm.savedState", - "~/.upterm", ] end