Skip to content

Commit 95ccf40

Browse files
committed
Update cppcheck command
1 parent 74387b1 commit 95ccf40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
1515
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
1616
- name: cppcheck
17-
run: cppcheck --force --enable=warning --suppress=missingIncludeSystem --error-exitcode=1 src/
17+
run: cppcheck --force --enable=warning --suppress=missingIncludeSystem --check-level=exhaustive --error-exitcode=1 src/
1818
- name: dependencies
1919
run: |
2020
cd /opt

0 commit comments

Comments
 (0)