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.
unreachable
1 parent 2d8ba1e commit e88ceb8Copy full SHA for e88ceb8
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