build: pass --verbose flag through to scanner

This commit is contained in:
Hans-Christoph Steiner 2020-06-03 18:34:47 +02:00
parent ee54dbce87
commit d7b3bca1e7
1 changed files with 1 additions and 0 deletions

View File

@ -512,6 +512,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
else:
# Scan before building...
logging.info("Scanning source for common problems...")
scanner.options = options # pass verbose through
count = scanner.scan_source(build_dir, build)
if count > 0:
if force: