Skip to content

Commit a1d2259

Browse files
committed
Mark for deprecation
1 parent da8e50c commit a1d2259

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./Library/Homebrew/.ruby-version

Library/Homebrew/cask/artifact/abstract_uninstall.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class AbstractUninstall < AbstractArtifact
2020
:launchctl,
2121
:quit,
2222
:signal,
23-
# odeprecated: deprecate when all casks have been migrated to login_items
23+
# odeprecated: deprecate when all casks have been migrated to top-level login_items
2424
:login_item,
2525
:kext,
2626
:script,

Library/Homebrew/rubocops/cask/constants/stanza.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ module Constants
8686
:launchctl,
8787
:quit,
8888
:signal,
89+
# odeprecated: deprecate when all casks have been migrated to top-level login_items
90+
:login_item,
8991
:kext,
9092
:script,
9193
:pkgutil,

0 commit comments

Comments
 (0)