audit: Don't complain about untapped conflicts
Closes Homebrew/homebrew#39304.
This commit is contained in:
parent
9dc8db12e4
commit
355e358ce0
@ -216,6 +216,9 @@ class FormulaAuditor
|
||||
formula.conflicts.each do |c|
|
||||
begin
|
||||
Formulary.factory(c.name)
|
||||
rescue TapFormulaUnavailableError
|
||||
# Don't complain about missing cross-tap conflicts.
|
||||
next
|
||||
rescue FormulaUnavailableError
|
||||
problem "Can't find conflicting formula #{c.name.inspect}."
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user