Update README: mark FIXMEs as resolved

This commit is contained in:
2025-12-17 17:08:37 -08:00
parent 16e3538ea6
commit efa4bb929a
4 changed files with 6 additions and 34 deletions

View File

@@ -365,7 +365,7 @@ The manifest file would do several important things:
- [x] **Add unit tests for `internal/checker`** - 88.5% coverage.
- [x] **Add unit tests for `internal/scanner`** - 80.1% coverage.
- [ ] **Clean up FIXMEs in manifest.go** - Validate input paths exist, validate filesystem.
- [x] **Clean up FIXMEs in manifest.go** - Validated input paths, validated filesystem, added context cancellation.
- [x] **Validate input paths before scanning** - Fails fast with clear error if paths don't exist.
# Open Questions