1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

suppress "unmatchedSuppression"

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2022-12-16 14:13:40 +01:00 committed by Niklas Eiling
parent 082dd40edb
commit ef7bb1697d

View file

@ -73,6 +73,7 @@ test:cppcheck:
src/
lib/
tests/unit/
--suppress=unmatchedSuppression
-igpu/thirdparty | tee cppcheck.log
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
dependencies: