Auto status change to "Under Review"
@@ -30,7 +30,6 cppcheck = find_program('cppcheck', required : false) | |||
|
30 | 30 | if cppcheck.found() |
|
31 | 31 | run_target('cppcheck', |
|
32 | 32 | command : [cppcheck, '--enable=all', |
|
33 |
'--project=' + join_paths(meson.build_root(), 'compile_commands.json')] |
|
|
34 | build_by_default : true | |
|
33 | '--project=' + join_paths(meson.build_root(), 'compile_commands.json')] | |
|
35 | 34 | ) |
|
36 | 35 | endif |
General Comments 3
Status change > Approved
You need to be logged in to leave comments.
Login now