Skip to content

Commit

Permalink
Merge pull request #13748 from carlocab/revert-glib-utils
Browse files Browse the repository at this point in the history
Revert "formula_auditor: skip rename audit for `glib-utils`"
  • Loading branch information
carlocab committed Aug 24, 2022
2 parents 2415339 + c42b6e2 commit 8c9d1b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Library/Homebrew/formula_auditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,7 @@ def audit_deps
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

Expand Down

0 comments on commit 8c9d1b1

Please sign in to comment.