Files
jellarr/.uncommentrc.toml
Venkatesan Ravi 392a12feba feat: add comment policy automation via uncomment tool
- Add multi-platform uncomment tool integration via Nix flake
- Configure treefmt to enforce AAA-only comment policy
- Remove all explanatory comments from codebase
- Preserve only Arrange/Act/Assert test comments
2025-11-22 19:14:20 -08:00

7 lines
228 B
TOML

[global]
remove_todos = false
remove_fixme = false
remove_docs = false
preserve_patterns = ["Arrange", "Act", "Assert", "IMPORTANT", "NOTE", "WARNING", "HACK", "TODO", "FIXME"]
use_default_ignores = true
respect_gitignore = true