Skip to content

Commit 7c0818a

Browse files
committed
Mark for deprecation
1 parent 96e8339 commit 7c0818a

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
@@ -83,6 +83,8 @@ module Constants
8383
:launchctl,
8484
:quit,
8585
:signal,
86+
# odeprecated: deprecate when all casks have been migrated to top-level login_items
87+
:login_item,
8688
:kext,
8789
:script,
8890
:pkgutil,

0 commit comments

Comments
 (0)