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
Additionally, even if we re-enable it, we already have 2 style checkers enabled for ROS 2 by default; uncrustify and cpplint. Adding a third one would most likely make it hard to please all of them.
That said, if you'd like to add a way to optionally enable style using cppcheck, please feel free to open a PR. We'll be happy to review.
I saw that coding style checks of cppcheck is not enabled : https://github.com/ament/ament_lint/blob/rolling/ament_cppcheck/ament_cppcheck/main.py#L145
For example, unused variables can be checked with this option.
Could you consider to add it ? I can make a PR for this.
The text was updated successfully, but these errors were encountered: