add cppcheck --force

This commit is contained in:
Roman Fomin 2022-10-22 16:55:04 +07:00 committed by Fabian Greffrath
parent 3bbc7979c4
commit b96bd90ec9

View File

@ -47,7 +47,7 @@ jobs:
- name: Run cppcheck
shell: bash
run: |
cppcheck --error-exitcode=1 -q -U_WIN32 -Isrc opl src setup textscreen
cppcheck --error-exitcode=1 -j4 -q --force -U_WIN32 -Isrc opl src setup textscreen
win64_msys2:
runs-on: windows-latest