Skip to content

v0.11.1

Choose a tag to compare

@chrisophus chrisophus released this 17 Jul 19:05
· 85 commits to main since this release

Fixed

  • complexity and long-function extraction autofix disabled — the automated extraction engine produced unreliable output in some cases (name collisions, invalid function signatures, missing returns), causing build failures after lint --fix. Both autofixes are disabled until the extractor is hardened; recommend --reduce-complexity --apply and recommend --reduce-length --apply are unaffected.

Changed

  • Applied safe auto-fixes repo-wide: error-not-wrapped and funcorder issues resolved across analyzer/, doctor/, and test files.