From f7c9b28449b7283c4ce1b4fb3d5aed0e48da2dde Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 15:44:28 +0000 Subject: [PATCH] packet-peeper: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/p/packet-peeper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/packet-peeper.rb b/Casks/p/packet-peeper.rb index 52a42ee95e..c703408815 100644 --- a/Casks/p/packet-peeper.rb +++ b/Casks/p/packet-peeper.rb @@ -11,8 +11,8 @@ cask "packet-peeper" do app "Packet Peeper.app" zap trash: [ + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.packetpeeper.sfl*", "~/Library/Preferences/org.PacketPeeper.plist", "~/Library/Saved Application State/org.PacketPeeper.savedState", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.packetpeeper.sfl*", ] end