Revert "formula_auditor: skip rename audit for glib-utils"

The necessary PRs in Homebrew/homebrew-core have been merged. See:
- Homebrew/homebrew-core#108307
- Homebrew/homebrew-core#108497

This reverts commit 6ca02b22bb27a45525fa62c6fba9902039152fcc.
This commit is contained in:
Carlo Cabrera 2022-08-24 10:43:57 +08:00
parent 2415339124
commit c42b6e2cad
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -263,10 +263,7 @@ module Homebrew
next next
end end
# FIXME: Remove `glib-utils` exemption when the following PRs are merged: if dep_f.oldname && dep.name.split("/").last == dep_f.oldname
# 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"
problem "Dependency '#{dep.name}' was renamed; use new name '#{dep_f.name}'." problem "Dependency '#{dep.name}' was renamed; use new name '#{dep_f.name}'."
end end