summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-01-23 22:45:14 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-01-26 19:42:48 +0800
commitdf2c47b9ffb65542bb559262758ad952b7ea48a2 (patch)
tree7d968eedfacc6b05bd6678ab7384c9126c5dab98
parentb226df16a03c7acf956431c33d0574f2e9708256 (diff)
downloadgitlab-ce-df2c47b9ffb65542bb559262758ad952b7ea48a2.tar.gz
Don't print stdout in case we're just printing warnings
Otherwise it could be confusing
-rwxr-xr-xscripts/static-analysis1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis
index 392dc784945..8986ad825e1 100755
--- a/scripts/static-analysis
+++ b/scripts/static-analysis
@@ -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