提交 1369fc9a 编写于 作者: J Justin Collins

Report when running checks in parallel

上级 7a0e1cda
......@@ -208,7 +208,11 @@ module Brakeman
warn "Processing application in #{options[:app_path]}"
tracker = scanner.process
warn "Running checks..."
if options[:parallel_checks]
warn "Running checks in parallel..."
else
warn "Runnning checks..."
end
tracker.run_checks
if options[:output_file]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册