lark: Fix RuboCop Cask/ArrayAlphabetization offenses

This commit is contained in:
Issy Long
2024-01-20 14:46:52 +00:00
parent dc7c2e209a
commit 05b507672b
+4 -4
View File
@@ -31,12 +31,12 @@ cask "lark" do
zap trash: [
# feishu
"~/Library/Caches/com.bytedance.lark.helper",
"~/Library/Preferences/com.bytedance.lark.helper.plist",
# lark
"~/Library/Caches/com.electron.lark.helper",
"~/Library/Preferences/com.electron.lark.helper.plist",
# both
"~/Library/Caches/com.electron.lark",
# lark
"~/Library/Caches/com.electron.lark.helper",
"~/Library/Preferences/com.bytedance.lark.helper.plist",
"~/Library/Preferences/com.electron.lark.helper.plist",
"~/Library/Saved Application State/com.electron.lark.savedState",
]
end