diff options
| -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] |
