Revert "dev-cmd/audit: don't do dependency checks on Linux."

This reverts commit 93362547c99d880e59d0e11f4127f01145ea5b1d.
This commit is contained in:
Bo Anderson 2021-03-03 00:13:34 +00:00
parent 0b2a459a6b
commit b3e78f31ea
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -282,7 +282,7 @@ module Homebrew
# The number of conflicts on Linux is absurd. # The number of conflicts on Linux is absurd.
# TODO: remove this and check these there too. # TODO: remove this and check these there too.
return if OS.linux? return if OS.linux? && !Homebrew::EnvConfig.force_homebrew_on_linux?
recursive_runtime_formulae = formula.runtime_formula_dependencies(undeclared: false) recursive_runtime_formulae = formula.runtime_formula_dependencies(undeclared: false)
version_hash = {} version_hash = {}