From a10770fe875f4455aa8d757740f3b107bdbff0d2 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:46:08 +0000 Subject: [PATCH] gcs: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/g/gcs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/g/gcs.rb b/Casks/g/gcs.rb index aa217f2373..4fe0ba8d7e 100644 --- a/Casks/g/gcs.rb +++ b/Casks/g/gcs.rb @@ -14,10 +14,10 @@ cask "gcs" do app "GCS.app" zap trash: [ + "~/GCS", "~/Library/Logs/gcs.log", "~/Library/Preferences/com.trollworks.gcs.plist", "~/Library/Preferences/gcs.json", "~/Library/Saved Application State/com.trollworks.gcs.savedState", - "~/GCS", ] end