Remove hardcoded exceptions to the versioned_keg_only_allowlist
This commit is contained in:
parent
fe8ce9b725
commit
685efd5a67
@ -360,8 +360,6 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
return if tap_audit_exception :versioned_keg_only_allowlist, formula.name
|
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`"
|
problem "Versioned formulae in homebrew/core should use `keg_only :versioned_formula`"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user