Merge pull request #9094 from MikeMcQuaid/audit-no-dep-checks-linux

dev-cmd/audit: don't do dependency checks on Linux.
This commit is contained in:
Mike McQuaid 2020-11-09 17:08:59 +00:00 committed by GitHub
commit 866f7b10aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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