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 1dbfd9fb7b
All checks were successful
Test / test (push) Successful in 3s
feat: use Dockerfile (hello world)
Given I want to implement the core login in Rust, I don't want to have a
rust compile step for each invocation. So use a Dockerfile and it will
be built and cached by each Fogejo Runner.
2024-09-17 16:37:40 +01:00
.forgejo/workflows fix: specify url correctly for action 2024-09-17 16:14:00 +01:00
src feat: use Dockerfile (hello world) 2024-09-17 16:37:40 +01:00
.gitignore feat: use Dockerfile (hello world) 2024-09-17 16:37:40 +01:00
Cargo.toml feat: use Dockerfile (hello world) 2024-09-17 16:37:40 +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

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)