提交 7b456368 编写于 作者: J Justin Collins

Don't ignore --no-progress

上级 caf6c5fa
......@@ -48,7 +48,9 @@ module Brakeman
@quiet = !!options[:quiet]
@debug = !!options[:debug]
options[:report_progress] = !@quiet
if @quiet
options[:report_progress] = false
end
scan options
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册