tools: Fix cppcheck not showing problem status.
- cppcheck was always returning ok status.
This commit is contained in:
parent
fa54f38e40
commit
50b95aa10f
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ tools_for_extensions = [
|
|||
[cppcheck]
|
||||
dependencies = ["cppcheck"]
|
||||
url = "http://sourceforge.net/p/cppcheck/wiki/Home/"
|
||||
command = "cppcheck"
|
||||
command = "cppcheck --error-exitcode=1"
|
||||
|
||||
[ruby_syntax]
|
||||
dependencies = ["ruby2.7"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue