mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
changed -i to --supress
This commit is contained in:
4
.github/actions/build-tag-release/action.yml
vendored
4
.github/actions/build-tag-release/action.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user