diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-04-27 15:58:00 +0200 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-04-27 16:16:36 +0200 |
| commit | 6a4d6d3f5fb59fc6dd05a1b478a29dc5ae1344fa (patch) | |
| tree | da89103ef7979d504c14e538a3edc2085cc1e98c /.pre-commit-config.yaml | |
| parent | 54baa5748d5a3fd726ad25d074d640e01069bfb8 (diff) | |
pre-commit: Remove cppcheck suppress options that seem unnecessary
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb522e7..d2ed0f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,4 +20,4 @@ repos: rev: 0.8.0 hooks: - id: cppcheck - args: [--enable=all, --force, --suppress=missingIncludeSystem, --suppress=unmatchedSuppression, --inline-suppr, --check-level=exhaustive, src] + args: [--enable=all, --force, --suppress=missingIncludeSystem, --check-level=exhaustive, src] |
