Skip to content

Commit

Permalink
Omit cppcheck from analysis (#863)
Browse files Browse the repository at this point in the history
* Add codacy.yml configuration to ignore 3rd party set C++

Focus checks on our code, not issues with thirdparty/ dir

Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
  • Loading branch information
ghutchis authored Apr 22, 2022
1 parent bb4996e commit 0d7232d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
engines:
cppcheck:
language: c++
exclude_paths:
- "thirdparty/**"
1 change: 1 addition & 0 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
format: sarif
# Adjust severity of non-security issues
gh-code-scanning-compat: true
run-cppcheck: false
# Force 0 exit code to allow SARIF file generation
# This will handover control about PR rejection to the GitHub side
max-allowed-issues: 2147483647
Expand Down

0 comments on commit 0d7232d

Please sign in to comment.