Merge pull request #17006 from krehel/deprecate-disable-unsigned

This commit is contained in:
Patrick Linnane 2024-04-02 09:54:54 -07:00 committed by GitHub
commit 21dcf3cf83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ module DeprecateDisable
no_longer_available: "is no longer available upstream",
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
unmaintained: "is not maintained upstream",
unsigned: "is unsigned or does not meet signature requirements",
}.freeze
def type(formula_or_cask)