added another path to ignore

This commit is contained in:
2024-08-23 16:52:22 -04:00
parent 34d8dac473
commit 56a0e97897

View File

@@ -113,6 +113,7 @@ runs:
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 \
-j $(nproc) --enable=warning \
--cppcheck-build-dir=/home/runner/work/araxiaonline/${{ env.REPO_NAME }}/_cppcheck_cache \
/azerothcore/modules/${{ env.REPO_NAME }}