From a46e8d5169b1b6f29239ea5c19ca9506c2eb40c4 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Fri, 23 Aug 2024 17:17:54 -0400 Subject: [PATCH] changed -i to --supress --- .github/actions/build-tag-release/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-tag-release/action.yml b/.github/actions/build-tag-release/action.yml index 947e11e..d39c636 100644 --- a/.github/actions/build-tag-release/action.yml +++ b/.github/actions/build-tag-release/action.yml @@ -112,8 +112,8 @@ runs: shell: bash run: | cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \ - -i /azerothcore/modules/mod-eluna/src/lualib \ - -i /azerothcore/modules/mod-eluna/src/LuaEngine/libs \ + --suppress=*:*lualib/* \ + --suppress=*:*LuaEngine/libs/* \ -j $(nproc) --enable=warning \ --cppcheck-build-dir=/home/runner/work/araxiaonline/${{ env.REPO_NAME }}/_cppcheck_cache \ /azerothcore/modules/${{ env.REPO_NAME }}