From 0be3dccec1bca54b8db08ac71e895380136faa5b Mon Sep 17 00:00:00 2001 From: mohanadyoussef Date: Thu, 2 May 2024 21:38:58 +0200 Subject: [PATCH] fix --- .github/workflows/cppcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index cddd6bd..d7dfa0d 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -14,7 +14,7 @@ jobs: # check_library: # skip_preprocessor: enable: all - exclude_check: ../../src/third_party + exclude_check: '../../src/third_party/**' # inconclusive: # inline_suppression: force_language: c++