From 03560c291a3cdf06dbae15965831ad77bc5ba4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffan=20S=C3=B8lvsten?= Date: Mon, 26 Feb 2024 11:22:22 +0100 Subject: [PATCH] Suppress missingInclude errors in CI --- .github/workflows/static_analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index d473e6e35..8e657513b 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -40,6 +40,7 @@ jobs: max_ctu_depth: 4 std: c++17 output_file: ./cppcheck_report.txt + other_options: --suppress=missingInclude - name: 'Print cppcheck_report.txt' run: cat ./cppcheck_report.txt