Skip to content

Commit

Permalink
Suppress missingInclude errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Feb 26, 2024
1 parent fba2df5 commit 03560c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03560c2

Please sign in to comment.