Merge pull request #13748 from carlocab/revert-glib-utils
Revert "formula_auditor: skip rename audit for `glib-utils`"
This commit is contained in:
commit
8c9d1b1397
@ -263,10 +263,7 @@ module Homebrew
|
||||
next
|
||||
end
|
||||
|
||||
# FIXME: Remove `glib-utils` exemption when the following PRs are merged:
|
||||
# https://github.com/Homebrew/homebrew-core/pull/108307
|
||||
# https://github.com/Homebrew/homebrew-core/pull/108497
|
||||
if dep_f.oldname && dep.name.split("/").last == dep_f.oldname && dep_f.oldname != "glib-utils"
|
||||
if dep_f.oldname && dep.name.split("/").last == dep_f.oldname
|
||||
problem "Dependency '#{dep.name}' was renamed; use new name '#{dep_f.name}'."
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user