Commit 091106f
committed
fix: rm cppcheck from pre-commit
- the repo is not maintained anymore
- cppcheck is mostly redundant with clang-tidy (based on my experience)
- this error started to appear, which I'm not sure where it comes from:
cppcheck: error: suppression 'unmatchedSuppression' already exists
and removing unmatchedSuppression from the suppress file makes it raise
the same error for missingIncludeSystem.1 parent 4153a32 commit 091106f
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 44 | | |
0 commit comments