You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile the code with catkin build procman_ros -DCMAKE_EXPORT_COMPILE_COMMANDS=ON. This creates a compile_commands.json in catkin_ws/build/procman_ros. In that directory you can use run-clang-tidy to apply clang-tidy to the whole codebase, e.g. run-clang-tidy -checks='modernize*'.
Some of the checks can apply automatic fixes, to do this need to specify the path to the replacement binary and use -fix.
Smart pointers etc.
The text was updated successfully, but these errors were encountered: