Skip to content

Commit

Permalink
Update cppcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu authored Sep 27, 2024
1 parent f1eb446 commit 73cf037
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
check_library:
skip_preprocessor:
enable:
check_library: disable
skip_preprocessor: disable
enable: all
exclude_check: ./thirdparty
inconclusive:
inline_suppression:
force_language:
force:
max_ctu_depth:
inconclusive: disable
inline_suppression: disable
force_language: c
force: enable
max_ctu_depth: 12
platform: unix32
std: c99
output_file:
output_file: ./cppcheck_report.txt
other_options:

- name: publish report
Expand Down

0 comments on commit 73cf037

Please sign in to comment.