Some checks failed
Test / pytest (pull_request) Failing after 7s
- Introduces scripts/review_comment_generator.py: reads JSONL findings, deduplicates by content hash, formats as review comments, and posts to Gitea PR via API. - Includes dry-run and JSON output modes. - Comprehensive smoke test suite: 20 tests covering deduplication, formatting, CLI modes, and error handling — all passing. Closes #126
6 lines
677 B
JSON
6 lines
677 B
JSON
{"file": "scripts/harvester.py", "line": 47, "text": "Consider adding type hints to improve readability", "severity": "info"}
|
|
{"file": "scripts/dedup.py", "line": 89, "text": "Add null check before accessing fact['confidence'] to avoid KeyError", "severity": "warning"}
|
|
{"file": "scripts/bootstrapper.py", "line": 102, "text": "This loop is O(n^2) — could be optimized with a dict lookup", "severity": "info"}
|
|
{"file": "scripts/harvester.py", "line": 47, "text": "Consider adding type hints to improve readability", "severity": "info"}
|
|
{"file": "scripts/harvester.py", "line": 120, "text": "File handle not closed in error path — use context manager", "severity": "error"}
|