Skip to content

Commit

Permalink
update cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
martelkr committed Dec 18, 2023
1 parent ff49288 commit 351831d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: cppcheck

on:
push:
pull_request:
branches: [ "main" ]

permissions:
actions: write
contents: write

jobs:
Linux-cppcheck:
Expand All @@ -15,10 +19,8 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
enable: all
inconclusive: enable
inline_suppression: enable
force_language: c++
platform: unix64
std: c++20
output_file: cppcheck_output.txt
other_options: -I inc --file-filter=*cppsocket* --verbose --suppress=missingIncludeSystem
other_options: -I inc --verbose --suppress=missingIncludeSystem

0 comments on commit 351831d

Please sign in to comment.