deprecate_disable: add unreachable reason

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2025-09-11 21:12:24 -07:00
parent 2d8ba1e209
commit e88ceb8178
No known key found for this signature in database

View File

@ -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])