Skip to content

Commit

Permalink
[codacy] stop checking headers (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccBarker authored Sep 18, 2024
1 parent db7393b commit bf184a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
engines:
cppcheck:
language: c++

# https://stackoverflow.com/questions/36825903/cppcheck-claims-that-a-field-is-not-used-while-it-is-in-another-file
exclude_paths:
- "src/**.hpp"

0 comments on commit bf184a5

Please sign in to comment.