mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-22 22:18:09 +00:00
Update ci.yml
This commit is contained in:
parent
570fa2bb62
commit
fbe5c1375d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -143,6 +143,6 @@ jobs:
|
|||||||
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 \
|
run: cppcheck --error-exitcode=1 --language=c \
|
||||||
--enable=all --suppress=missingIncludeSystem --suppress=unusedStructMember --suppress=unusedFunction -suppress=objectIndex \
|
--enable=all --suppress=missingIncludeSystem --suppress=unusedStructMember --suppress=unusedFunction --suppress=objectIndex \
|
||||||
-I inc/ -I bddisasm/include bddisasm/ bdshemu/ \
|
-I inc/ -I bddisasm/include bddisasm/ bdshemu/ \
|
||||||
/
|
/
|
||||||
|
Loading…
Reference in New Issue
Block a user