From a4cdd27bf28017dbc051964139f7a73c9fa513a7 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:45:13 +0000 Subject: [PATCH] colortester: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/c/colortester.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/c/colortester.rb b/Casks/c/colortester.rb index 57c37ebab7..8a8c59db3e 100644 --- a/Casks/c/colortester.rb +++ b/Casks/c/colortester.rb @@ -15,8 +15,8 @@ cask "colortester" do app "ColorTester/ColorTester.app" zap trash: [ + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.alfasado.colortester.sfl*", "~/Library/Preferences/com.alfasado.colortester", "~/Library/Preferences/com.alfasado.colortester.plist", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.alfasado.colortester.sfl*", ] end