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
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 TODO
link 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.
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:
where
github_name
is the github name of the person who creates this TODOlink
a link to a valid issueThe checker should be implemented using
python
where this library can be used if possiblehttps://pypi.org/project/comment-parser/
The text was updated successfully, but these errors were encountered: