From 0a45816b945f236df77ceabbb9a7bf107279075d Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:44:36 +0000 Subject: [PATCH] atom: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/a/atom.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/a/atom.rb b/Casks/a/atom.rb index fb0a75325c..79b05f95f0 100644 --- a/Casks/a/atom.rb +++ b/Casks/a/atom.rb @@ -19,10 +19,10 @@ cask "atom" do zap trash: [ "~/.atom", "~/Library/Application Support/Atom", - "~/Library/Application Support/ShipIt_stderr.log", - "~/Library/Application Support/ShipIt_stdout.log", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.atom.sfl*", "~/Library/Application Support/com.github.atom.ShipIt", + "~/Library/Application Support/ShipIt_stderr.log", + "~/Library/Application Support/ShipIt_stdout.log", "~/Library/Caches/com.github.atom", "~/Library/Caches/com.github.atom.ShipIt", "~/Library/Logs/Atom",