Don't print stdout in case we're just printing warnings
Otherwise it could be confusing
This commit is contained in:
parent
b226df16a0
commit
df2c47b9ff
|
|
@ -9,7 +9,6 @@ def emit_warnings(static_analysis)
|
|||
puts
|
||||
puts "**** #{result.cmd.join(' ')} had the following warnings:"
|
||||
puts
|
||||
puts result.stdout
|
||||
puts result.stderr
|
||||
puts
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue