This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
add check which complains about non-compliant TODOs #28
Labels
help wanted
Extra attention is needed
e.g. if issue indicator is
proj#\d+
then it should complain if it finds one of the following TODOs:
I suggest we add tje flag
--require-issue-number
which enables this check. I.e. one should be able to use e.g.todo-checker -i "proj#123"
which checks only for a particular issue and this check would not kick in and complain about other todos.This way one could use:
to check both
The text was updated successfully, but these errors were encountered: