Skip to content
Snippets Groups Projects
Commit df2c47b9 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Don't print stdout in case we're just printing warnings

Otherwise it could be confusing
parent b226df16
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
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