-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Implement TODO Comment Checker in CI
Description
Description:
As our codebase grows, it's essential to maintain consistency and ensure that all TODO comments follow a specific format and have valid associated links.
Features:
- Ensure that TODO follows the following format.
TODO (github_name) : <link>
where
github_name
is the github name of the person who creates this TODOlink
a link to a valid issue
- Link Validation: The associated link provided in the TODO comment should be validated for its correctness and accessibility. Invalid links should trigger an error.
The checker should be implemented using python
where this library can be used if possible
https://pypi.org/project/comment-parser/
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
π Backlog