mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
dist: cppcheck: switch back to 8 jobs
This commit is contained in:
parent
76e884e346
commit
ec97a94626
3
dist/tools/cppcheck/check.sh
vendored
3
dist/tools/cppcheck/check.sh
vendored
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user