From f40e55387cd553dfe0fec6a1816c8a9ee0807167 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Fri, 23 Aug 2024 00:48:49 -0400 Subject: [PATCH] updated cpp check for jobs and ignore --- .github/actions/build-tag-release/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/build-tag-release/action.yml b/.github/actions/build-tag-release/action.yml index e8e527e..d8a1271 100644 --- a/.github/actions/build-tag-release/action.yml +++ b/.github/actions/build-tag-release/action.yml @@ -108,7 +108,8 @@ runs: shell: bash run: | cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \ - --exclude=LuaEngine/libs \ + -i /azerothcore/modules/mod-eluna/LuaEngine/libs \ + -j $(nproc) --enable=warning,error \ --cppcheck-build-dir=/home/runner/work/${{ github.repository }}/_cppcheck_cache \