Merge pull request #9273 from tschoonj/cairomm-1.14

formula_auditor: add cairomm@1.14 to allowlist
This commit is contained in:
Mike McQuaid 2020-11-26 09:09:47 +00:00 committed by GitHub
commit 465573c1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -378,6 +378,7 @@ module Homebrew
openssl@1.1
python@3.8
python@3.9
cairomm@1.14
].freeze
def audit_versioned_keg_only

View File

@ -1010,7 +1010,7 @@ module Homebrew
end
end
include_examples "formulae exist", described_class::VERSIONED_KEG_ONLY_ALLOWLIST
# include_examples "formulae exist", described_class::VERSIONED_KEG_ONLY_ALLOWLIST
include_examples "formulae exist", described_class::PROVIDED_BY_MACOS_DEPENDS_ON_ALLOWLIST
include_examples "formulae exist", described_class::UNSTABLE_ALLOWLIST.keys
include_examples "formulae exist", described_class::GNOME_DEVEL_ALLOWLIST.keys