changes to lualib

This commit is contained in:
2024-08-23 16:26:45 -04:00
parent ec1f9158bb
commit 34d8dac473

View File

@@ -112,7 +112,7 @@ runs:
shell: bash
run: |
cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt \
-i /azerothcore/modules/mod-eluna/LuaEngine/libs \
-i /azerothcore/modules/mod-eluna/src/lualib \
-j $(nproc) --enable=warning \
--cppcheck-build-dir=/home/runner/work/araxiaonline/${{ env.REPO_NAME }}/_cppcheck_cache \
/azerothcore/modules/${{ env.REPO_NAME }}