Skip to content

Commit

Permalink
Set CppCheck analysis settings to non-default values
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Feb 13, 2024
1 parent 0905991 commit 419b94d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable: warning,performance,portability,information
force_language: c++
max_ctu_depth: 4
std: c++17
output_file: ./cppcheck_report.txt

- name: 'Print cppcheck_report.txt'
Expand Down

0 comments on commit 419b94d

Please sign in to comment.