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

Remove hardcoded exceptions to the versioned_keg_only_allowlist

parent fe8ce9b7
No related branches found
No related tags found
No related merge requests found
......@@ -360,8 +360,6 @@ module Homebrew
end
return if tap_audit_exception :versioned_keg_only_allowlist, formula.name
return if formula.name.start_with?("adoptopenjdk@")
return if formula.name.start_with?("gcc@")
problem "Versioned formulae in homebrew/core should use `keg_only :versioned_formula`"
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