-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean Codebase #102
Comments
JafarAbdi
pushed a commit
to JafarAbdi/moveit2
that referenced
this issue
Oct 28, 2019
…it_struct_forward Removed coma MOVEIT_STRUCT_FORWARD to avoid warnings
This comment has been minimized.
This comment has been minimized.
Closed
There are also a bunch of other linters that we can check for in CI or run with ament. I'm thinking of enabling ament_cpp_common at some point, but we probably want to maintain our own ruleset for this. The next ones to enable are imo:
|
MikeWrock
pushed a commit
to MikeWrock/moveit2
that referenced
this issue
Aug 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
General (non-technical) cleanup steps and linting tools for better consistency in the code and maintainability.
TODOs
Old description:
In order enforce clean coding standards using clang-format, clang-tidy (others?) we should enable ament-lint for all packages (https://github.com/ament/ament_lint).
Related/duplicate with #98. (https://ubuntu.com/blog/how-to-add-a-linter-to-ros-2)
The text was updated successfully, but these errors were encountered: