Skip to content

Commit

Permalink
Suppress 'missingInclude' in CppCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Feb 13, 2024
1 parent 6f56607 commit 0905991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable: warning,performance,portability,information,missingInclude
enable: warning,performance,portability,information
force_language: c++
output_file: ./cppcheck_report.txt

Expand Down

0 comments on commit 0905991

Please sign in to comment.