fenugrec / freediag

OBD2 scantool
GNU General Public License v3.0
329 stars 73 forks source link

fix cppcheck integration #93

Closed fenugrec closed 8 months ago

fenugrec commented 8 months ago

if cppcheck is broken, build fails and needs manual intervention on var CMAKE_C_CPPCHECK to bypass. Possibly better ways of integrating :

https://www.kitware.com/static-checks-with-cmake-cdash-iwyu-clang-tidy-lwyu-cpplint-and-cppcheck/ https://cmake.org/cmake/help/v3.27/prop_tgt/LANG_CPPCHECK.html

fenugrec commented 8 months ago

solved in ee452b00