christopher-caldwell/TODO Checker

CLI for tacking the status of your outstanding TODO comments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
path-to-sourceRelative path to the directory to check
file-globGlob Expression to check if a file should be checked
ignore-patternsFile patterns the checker will ignore. GH Actions does not allow arrays, so this will be JSON parsed. Provide "["PATTERN", "NEXT_PATTERN"]" for array like usage.
cutoff-dateCutoff date for a todo passing. Defaults to todays date
log-levelLog level for the checker
max-overdueMaximum number of overdue todos you consider successful
allow-malformedAllow a non-standard todo to be present and still pass
namedescription
num-passedNumber of files with TODOs that passed
num-failedNumber of files with TODOs that failed
num-files-checkedNumber of files in total checked