Skip to content

Commit

Permalink
Do not register extension points with colcon (#23)
Browse files Browse the repository at this point in the history
As an independent tool built on colcon's framework, this tool should not
register its extension points as colcon extension points. This should
prevent it from appearing in colcon-devtools output, namely
version-check.

This isn't to say that extension point registration and presence in
colcon-devtools wouldn't provide any benefit, this is an effort to avoid
"kitchen sinking" colcon as a command line tool.
  • Loading branch information
cottsay authored Oct 4, 2024
1 parent b942937 commit 5c7b810
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ markers =
linter

[options.entry_points]
colcon_core.extension_point =
rosdistro_reviewer.element_analyzer = rosdistro_reviewer.element_analyzer:ElementAnalyzerExtensionPoint
rosdistro_reviewer.submitter = rosdistro_reviewer.submitter:ReviewSubmitterExtensionPoint
console_scripts =
rosdistro-reviewer = rosdistro_reviewer.command:main
rosdistro_reviewer.environment_variable =
Expand Down

0 comments on commit 5c7b810

Please sign in to comment.