vintagepc / MK404

A functional Simulator for Prusa (Mini/Einsy) Rambo based printers
https://vintagepc.github.io/MK404/
GNU General Public License v3.0
72 stars 9 forks source link

[IMPROVEMENT] Revisit clang-tidy and cppcheck #302

Closed vintagepc closed 3 years ago

vintagepc commented 3 years ago

CPPCheck and clang-tidy have been updated on the build runners and have new complaints.

Review them all and look at which ones are superfluous and which ones should be fixed.

vintagepc commented 3 years ago

Probably fixed with https://github.com/vintagepc/MK404/commit/8963a54c9ca8fce0611c58cd43fd54bc94783ec6

looks like at some point 6.0 became the default, but this is broken when using clang-5.0 as the backend and leads to false positives.