Skip to content

Commit e88ceb8

Browse files
committed
deprecate_disable: add unreachable reason
Signed-off-by: Patrick Linnane <[email protected]>
1 parent 2d8ba1e commit e88ceb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Library/Homebrew/deprecate_disable.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module DeprecateDisable
2828
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
2929
unmaintained: "is not maintained upstream",
3030
fails_gatekeeper_check: "does not pass the macOS Gatekeeper check",
31+
unreachable: "is no longer reliably reachable upstream",
3132
# odeprecate: remove the unsigned reason in a future release
3233
unsigned: "is unsigned or does not meet signature requirements",
3334
}.freeze, T::Hash[Symbol, String])

0 commit comments

Comments
 (0)