Skip to content
Snippets Groups Projects
Commit ec97a946 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

dist: cppcheck: switch back to 8 jobs

parent 76e884e3
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,6 @@ if [ -z "${FILES}" ]; then ...@@ -53,7 +53,6 @@ if [ -z "${FILES}" ]; then
exit exit
fi fi
# TODO: switch back to 8 jobs when/if cppcheck issue is resolved cppcheck --std=c99 --enable=style --force --error-exitcode=2 --quiet -j 8 \
cppcheck --std=c99 --enable=style --force --error-exitcode=2 --quiet -j 1 \
--template "{file}:{line}: {severity} ({id}): {message}" \ --template "{file}:{line}: {severity} ({id}): {message}" \
--inline-suppr ${DEFAULT_SUPPRESSIONS} ${@} ${FILES} --inline-suppr ${DEFAULT_SUPPRESSIONS} ${@} ${FILES}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment