mousepose: Fix RuboCop `Cask/ArrayAlphabetization` offenses

This commit is contained in:
Issy Long 2024-01-20 14:47:30 +00:00
parent c387547450
commit fe9d361ce9
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
1 changed files with 1 additions and 1 deletions

View File

@ -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