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