mirror of
https://github.com/gosticks/brew.git
synced 2026-08-25 11:00:30 +00:00
Remove hardcoded exceptions to the versioned_keg_only_allowlist
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user