We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d8ba1e + e88ceb8 commit 1019f9eCopy full SHA for 1019f9e
Library/Homebrew/deprecate_disable.rb
@@ -28,6 +28,7 @@ module DeprecateDisable
28
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
29
unmaintained: "is not maintained upstream",
30
fails_gatekeeper_check: "does not pass the macOS Gatekeeper check",
31
+ unreachable: "is no longer reliably reachable upstream",
32
# odeprecate: remove the unsigned reason in a future release
33
unsigned: "is unsigned or does not meet signature requirements",
34
}.freeze, T::Hash[Symbol, String])
0 commit comments