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
I created/managing an extension colcon-lint to lint ROS2 package dependencies.
colcon-lint
Colcon extension for linting ROS package dependencies.
This package is an extension of colcon-core. Similar to catkin-lint in ROS, it checks whether the dependencies of ROS2 packages are correctly described in the package.xml.
Could you transfer colcon-lint repository to colcon organization?
The text was updated successfully, but these errors were encountered:
Hi @Tacha-S, we've been very careful about introducing new top-level verbs to colcon. A colcon lint verb which only checks specific details about ROS 2 packages feels very restrictive since colcon is intended as a generic build tool.
@cottsay has been working to make using colcon as a framework without requiring the use of colcon as the top-level command. Are you interested in renaming the project so that it depends on colcon as a framework but is standalone from it?
I created/managing an extension colcon-lint to lint ROS2 package dependencies.
Could you transfer
colcon-lint
repository to colcon organization?The text was updated successfully, but these errors were encountered: