christopher-caldwell/TODO Checker
CLI for tacking the status of your outstanding TODO comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path-to-source | Relative path to the directory to check | — | — |
| file-glob | Glob Expression to check if a file should be checked | — | — |
| ignore-patterns | File 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-date | Cutoff date for a todo passing. Defaults to todays date | — | — |
| log-level | Log level for the checker | — | — |
| max-overdue | Maximum number of overdue todos you consider successful | — | — |
| allow-malformed | Allow a non-standard todo to be present and still pass | — | — |
Outputs
| name | description |
|---|---|
| num-passed | Number of files with TODOs that passed |
| num-failed | Number of files with TODOs that failed |
| num-files-checked | Number of files in total checked |