From 6a4d6d3f5fb59fc6dd05a1b478a29dc5ae1344fa Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 27 Apr 2024 15:58:00 +0200 Subject: pre-commit: Remove cppcheck suppress options that seem unnecessary --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') 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] -- cgit v1.2.3