From ec97a94626baa8a8843a0aa00e17213fac08696f Mon Sep 17 00:00:00 2001 From: Oleg Hahm <oleg@hobbykeller.org> Date: Fri, 31 Mar 2017 12:04:58 +0200 Subject: [PATCH] dist: cppcheck: switch back to 8 jobs --- dist/tools/cppcheck/check.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/tools/cppcheck/check.sh b/dist/tools/cppcheck/check.sh index e33d97d534..0fd0a9b23b 100755 --- a/dist/tools/cppcheck/check.sh +++ b/dist/tools/cppcheck/check.sh @@ -53,7 +53,6 @@ if [ -z "${FILES}" ]; then exit fi -# TODO: switch back to 8 jobs when/if cppcheck issue is resolved -cppcheck --std=c99 --enable=style --force --error-exitcode=2 --quiet -j 1 \ +cppcheck --std=c99 --enable=style --force --error-exitcode=2 --quiet -j 8 \ --template "{file}:{line}: {severity} ({id}): {message}" \ --inline-suppr ${DEFAULT_SUPPRESSIONS} ${@} ${FILES} -- GitLab