retrobatch: Fix RuboCop Cask/ArrayAlphabetization offenses

This commit is contained in:
Issy Long
2024-01-20 15:45:09 +00:00
parent 5ac0006533
commit 6bc79a2725
+3 -3
View File
@@ -18,11 +18,11 @@ cask "retrobatch" do
app "Retrobatch.app"
zap trash: [
"~/Library/Application Support/Retrobatch",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/" \
"com.flyingmeat.retrobatch.sfl*",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/" \
"~/Library/Application Support/Retrobatch",
"~/Library/HTTPStorages/com.flyingmeat.Retrobatch",
"~/Library/Saved Application State/com.flyingmeat.Retrobatch.savedState",
"~/Library/Preferences/com.flyingmeat.Retrobatch.plist",
"~/Library/Saved Application State/com.flyingmeat.Retrobatch.savedState",
]
end