aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-04-27 15:58:00 +0200
committerJán Sučan <jan@jansucan.com>2024-04-27 16:16:36 +0200
commit6a4d6d3f5fb59fc6dd05a1b478a29dc5ae1344fa (patch)
treeda89103ef7979d504c14e538a3edc2085cc1e98c /.pre-commit-config.yaml
parent54baa5748d5a3fd726ad25d074d640e01069bfb8 (diff)
pre-commit: Remove cppcheck suppress options that seem unnecessary
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
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]