mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-23 06:28:13 +00:00
workflows/ci.yml: Suppress unneeded code checks
This commit is contained in:
parent
ad95383878
commit
73bdb23284
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -86,4 +86,7 @@ jobs:
|
|||||||
- name: Install cppcheck
|
- name: Install cppcheck
|
||||||
run: sudo apt install -y cppcheck
|
run: sudo apt install -y cppcheck
|
||||||
- name: Run cppcheck
|
- name: Run cppcheck
|
||||||
run: cppcheck --error-exitcode=1 --language=c --enable=all -I inc/ -I inc/bdshemu -I bddisasm/include bddisasm/ bdshemu/
|
run: cppcheck --error-exitcode=1 --language=c \
|
||||||
|
--enable=all --suppress=missingIncludeSystem --suppress=unusedStructMember --suppress=unusedFunction \
|
||||||
|
-I inc/ -I inc/bdshemu -I bddisasm/include bddisasm/ bdshemu/ \
|
||||||
|
/
|
||||||
|
Loading…
Reference in New Issue
Block a user