Code Quality Report for indexers/
¶
Folder Totals: 9 issues (Critical: 0, High: 7, Medium: 2, Low: 0)
๐ Missing Documentation¶
File | Module Doc | Missing Classes | Missing Functions |
---|---|---|---|
base_indexer.py | Present | BaseIndexer | _load_model |
summary_indexer.py | Present | All Documented | _process_categories, _process_subcategories, _process_batches |
๐งน Linting Issues¶
File | Critical | High | Medium | Low | Total |
---|---|---|---|---|---|
base_indexer.py | 0 | 5 | 1 | 0 | 6 |
raw_log_indexer.py | 0 | 1 | 0 | 0 | 1 |
summary_indexer.py | 0 | 1 | 1 | 0 | 2 |