Checks your source files for TODO and FIXME comments, where they don't have an open issue number. (Inspired by https://woodpecker-ci.org/plugins/TODO-Checker)
Find a file
Paul Campbell a0e293fc1a
All checks were successful
Test / test (push) Successful in 9s
fix: recheck tests
2024-09-20 20:03:18 +01:00
.forgejo/workflows chore(deps): update actions/checkout action to v4 2024-09-20 15:15:50 +00:00
src fix: recheck tests 2024-09-20 20:03:18 +01:00
.gitignore feat: use Dockerfile (hello world) 2024-09-17 16:37:40 +01:00
.ignore refactor: markers as enum parsed from lines 2024-09-18 22:41:57 +01:00
Cargo.toml feat: flag markers where issue is closed 2024-09-20 16:05:12 +01:00
Dockerfile feat: use Dockerfile (hello world) 2024-09-17 16:37:40 +01:00
LICENSE Initial commit 2024-09-17 15:35:04 +01:00
README.md Update README.md 2024-09-17 15:35:36 +01:00
renovate.json Add renovate.json 2024-09-20 15:00:28 +00:00

forgejo-todo-checker

Checks your source files for TODO and FIXME comments, where they don't have an open issue number.

(Inspired by https://woodpecker-ci.org/plugins/TODO-Checker)