From ef7bb1697d3536795cddeb2073a440329e46749f Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Fri, 16 Dec 2022 14:13:40 +0100 Subject: [PATCH] suppress "unmatchedSuppression" Signed-off-by: Pascal Bauer --- fpga/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/fpga/.gitlab-ci.yml b/fpga/.gitlab-ci.yml index 1b7b7dbe1..3f92f75ce 100644 --- a/fpga/.gitlab-ci.yml +++ b/fpga/.gitlab-ci.yml @@ -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: