aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-04-27 15:56:59 +0200
committerJán Sučan <jan@jansucan.com>2024-04-27 16:16:36 +0200
commit54baa5748d5a3fd726ad25d074d640e01069bfb8 (patch)
tree13cf0de6a0596399a5c4039dd1ed49741e717290
parent820d4ddf1435805bbcb8a524e7b2408dca506ce3 (diff)
pre-commit: Add cppcheck option suggested by it
-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 80c8389..bb522e7 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, src]
+ args: [--enable=all, --force, --suppress=missingIncludeSystem, --suppress=unmatchedSuppression, --inline-suppr, --check-level=exhaustive, src]