1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 14:08:08 +00:00

Update ci.yml

This commit is contained in:
Anichitei Ionel-Cristinel 2024-02-20 14:06:32 +02:00 committed by GitHub
parent 570fa2bb62
commit fbe5c1375d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,6 @@ jobs:
run: sudo apt install -y cppcheck
- name: Run cppcheck
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/ \
/