nolo 0.1.1

A CLI tool for discovering and analyzing `TODO` comments across codebases.
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: tests/basic_functionality.rs
expression: normalized
---
python_basic.py:4: TODO: Add proper logging
python_basic.py:7: FIXME: Remove de
python_basic.py:7: bug print
python_basic.py:10: NOTE: This should be configurable
python_basic.py:13: HACK: Hardcoded for now
python_basic.py:15: BUG: Doesn't validate input
python_basic.py:17: TODO: Add type hints