daca2: enable --inconclusive

This commit is contained in:
Matthias Krüger 2016-12-06 11:19:33 +01:00
parent 5426cfb15e
commit 27bd4a7f4c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def scanarchive(filepath, jobs, cpulimit):
cmd = 'cpulimit --limit=' + cpulimit
else:
cmd = 'nice --adjustment=1000'
cmd = cmd + ' ../cppcheck-O2 -D__GCC__ --enable=style --error-exitcode=0 --exception-handling=stderr ' + jobs + ' .'
cmd = cmd + ' ../cppcheck-O2 -D__GCC__ --enable=style --inconclusive --error-exitcode=0 --exception-handling=stderr ' + jobs + ' .'
cmds = cmd.split()
cmds.append('--template={callstack}: ({severity}) {message} [{id}]')