olympus-robotics / hephaestus

Hephaestus is a C++ framework designed to facilitate robotics development by providing commonly needed functionality and abstractions.
MIT License
18 stars 2 forks source link

Clang tidy enable include check #107

Closed filippobrizzi closed 2 weeks ago

filippobrizzi commented 3 weeks ago

Description

Enabled misc-* clang-tidy checks (except misc-no-recursion ).

This mainly added two checks: include what you use and forcing variables to be const when possible.