[CI] cppcheck do not report progress
This commit is contained in:
parent
f72f7bd46d
commit
f0ed8cdf00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cppcheck.yml
vendored
2
.github/workflows/cppcheck.yml
vendored
|
@ -24,4 +24,4 @@ jobs:
|
|||
|
||||
- name: Run cppcheck
|
||||
run:
|
||||
cppcheck src --enable=all --force --inline-suppr --suppress=ConfigurationNotChecked --suppress=unusedFunction
|
||||
cppcheck src --enable=all --force --inline-suppr --quiet --suppress=ConfigurationNotChecked --suppress=unusedFunction
|
||||
|
|
Loading…
Add table
Reference in a new issue