Skip to content

Commit 091106f

Browse files
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

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,4 @@ repos:
4141
rev: 'v14.0.6'
4242
hooks:
4343
- id: clang-format
44-
- repo: https://github.com/pocc/pre-commit-hooks
45-
rev: 'v1.3.5'
46-
hooks:
47-
- id: cppcheck
48-
args: [ "--suppressions-list=.cppcheck-suppress", "--inline-suppr" ]
4944

0 commit comments

Comments
 (0)