Merge pull request #20673 from Homebrew/add-unreachable-cask-reason
deprecate_disable: add `unreachable` reason
This commit is contained in:
commit
1019f9ef21
@ -28,6 +28,7 @@ module DeprecateDisable
|
|||||||
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
|
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
|
||||||
unmaintained: "is not maintained upstream",
|
unmaintained: "is not maintained upstream",
|
||||||
fails_gatekeeper_check: "does not pass the macOS Gatekeeper check",
|
fails_gatekeeper_check: "does not pass the macOS Gatekeeper check",
|
||||||
|
unreachable: "is no longer reliably reachable upstream",
|
||||||
# odeprecate: remove the unsigned reason in a future release
|
# odeprecate: remove the unsigned reason in a future release
|
||||||
unsigned: "is unsigned or does not meet signature requirements",
|
unsigned: "is unsigned or does not meet signature requirements",
|
||||||
}.freeze, T::Hash[Symbol, String])
|
}.freeze, T::Hash[Symbol, String])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user