updated cpp check for jobs and ignore

This commit is contained in:
2024-08-23 00:48:49 -04:00
parent c4d1405143
commit f40e55387c

View File

@@ -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 \