Closed
Copilot
AI
changed the title
[WIP] Add stringsconcatloop linter for detecting string += in loops
feat(linters): add stringsconcatloop — detect string += concatenation inside loops
pelikhan marked this pull request as ready for review
July 25, 2026 03:35Copilot AI review requested due to automatic review settings
July 25, 2026 03:35ADR for the decision to add a static analysis linter that detects O(n²) string += concatenation inside for/range loops.
Closed
…ncatloop-linter Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>