deprecate_disable: add unsigned reason

This commit is contained in:
Justin Krehel 2024-04-02 11:27:02 -04:00
parent 2d57103aff
commit 81b2377b12
No known key found for this signature in database
GPG Key ID: 757F1864C8CF3605

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)