Skip to content

Commit

Permalink
Port travis cppcheck args to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 18, 2024
1 parent 1d7074f commit d211928
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 57 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,17 @@ jobs:
uses: deep5050/[email protected]
with:
github_token: ${{secrets.GITHUB_TOKEN}}
enable: 'style'
force: 'enable'
other_options: >-
'--suppress=incorrectStringBooleanError '
'--suppress=cstyleCast '
'--suppress=variableScope '
'--suppress=commaSeparatedReturn '
'--suppress=variableHidingEnum '
'--suppress=invalidPointerCast '
'--suppress=invalidscanf '
'--inline-suppr '
'-I headers hc common headers unix win32'
- run: cmake -E cat cppcheck_report.txt
38 changes: 0 additions & 38 deletions .travis.sh

This file was deleted.

19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit d211928

Please sign in to comment.