Skip to content
Snippets Groups Projects
Commit fe8ce9b7 authored by Rylan Polster's avatar Rylan Polster
Browse files

Migrate GNOME_DEVEL_ALLOWLIST

parent de26310b
No related branches found
No related tags found
No related merge requests found
......@@ -477,14 +477,6 @@ module Homebrew
[user, repo]
end
GNOME_DEVEL_ALLOWLIST = {
"libart" => "2.3",
"gtk-mac-integration" => "2.1",
"gtk-doc" => "1.31",
"gcab" => "1.3",
"libepoxy" => "1.5",
}.freeze
def audit_specs
problem "Head-only (no stable download)" if head_only?(formula)
......@@ -554,7 +546,7 @@ module Homebrew
problem "Stable version URLs should not contain #{matched}"
when %r{download\.gnome\.org/sources}, %r{ftp\.gnome\.org/pub/GNOME/sources}i
version_prefix = stable.version.major_minor
return if GNOME_DEVEL_ALLOWLIST[formula.name] == version_prefix
return if tap_audit_exception :gnome_devel_allowlist, formula.name, version_prefix
return if stable_url_version < Version.create("1.0")
return if stable_url_minor_version.even?
......
......@@ -1009,7 +1009,5 @@ module Homebrew
expect(fa.problems).to be_empty
end
end
include_examples "formulae exist", described_class::GNOME_DEVEL_ALLOWLIST.keys
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment