1 unstable release
| 0.1.0 | Feb 22, 2024 |
|---|
#3 in #fixme
380KB
252 lines
ToB is todos and fixme linter. You most likely want to automate its usage using it either in a git commit hook or in your CI/CD pipeline.
![]() |
![]() |
|---|
Warning
⚠️ ToB is still a work in progress, currently only C-style comments are implemented, ToB will work with language like java, rust, c etc. ⚠️
Usage
see: todo-or-boom --help
Command line
todo-or-boom -g "*.rs"
todo-or-boom -g "*.java"
Pre-commit git-hook
#!/bin/sh
set -e
todo-or-boom -g "**/*.rs"
Dependencies
~11–21MB
~285K SLoC

