Merge pull request #18281 from cho-m/linkage_checker-test
This commit is contained in:
commit
170a7ea56e
@ -196,7 +196,7 @@ class LinkageChecker
|
||||
|
||||
def check_formula_deps
|
||||
filter_out = proc do |dep|
|
||||
next true if dep.build?
|
||||
next true if dep.build? || dep.test?
|
||||
|
||||
(dep.optional? || dep.recommended?) && formula.build.without?(dep)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user