deprecate_disable: add unreachable
reason
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
2d8ba1e209
commit
e88ceb8178
@ -28,6 +28,7 @@ module DeprecateDisable
|
||||
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
|
||||
unmaintained: "is not maintained upstream",
|
||||
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
|
||||
unsigned: "is unsigned or does not meet signature requirements",
|
||||
}.freeze, T::Hash[Symbol, String])
|
||||
|
Loading…
x
Reference in New Issue
Block a user