Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1 KB

File metadata and controls

18 lines (14 loc) · 1 KB

Changelog

Unreleased

  • Parse .gitignore, .ignore, and .git/info/exclude during working-tree scans.
  • Add --exclude-tests to skip well-known test-case paths from aggregate scan analysis.
  • Replace the linear score deduction with a bounded issue-density curve so noisy large repositories do not collapse to zero.
  • Add aggregate code/blank/comment-only/inline-comment line statistics to scan and diff reports, and use code lines for issue-density scoring when available.
  • Add explicit scan and diff status, regression, threshold, and incomplete-report metadata.
  • Count files skipped due to size or per-file analysis budget, and mark affected reports incomplete.
  • Stream blob analysis so scans retain aggregate facts instead of repository-wide raw blob contents.

0.0.1 - 2026-06-30

  • Initial public code-signal scanner.
  • Built-in-only aggregate ruleset 0.5.0.
  • Offline scan, detect, doctor, and complete-snapshot diff commands.
  • CI/security/release scaffolding aligned with RandomCodeSpace/codeiq.