Skip to content
Snippets Groups Projects
Commit 82d1269c authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1426 from scpeters/patch-3

audit: restore check that was lost in #927
parents 89fd34b2 72f889fe
No related branches found
No related tags found
No related merge requests found
......@@ -415,6 +415,12 @@ class FormulaAuditor
EOS
when *BUILD_TIME_DEPS
next if dep.build? || dep.run?
problem <<-EOS.undent
#{dep} dependency should be
depends_on "#{dep}" => :build
Or if it is indeed a runtime dependency
depends_on "#{dep}" => :run
EOS
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment