Skip to content

Release 1.6.1

Choose a tag to compare

@metalralf metalralf released this 07 Jul 08:40
· 19 commits to main since this release
2259da3

1.6.1 (2026-07-07)

  • Fix S2871: add compare function to sort() in detectSourceLanguages (use localeCompare)
  • Fix S3776: extract executeCall() helper from sonar_call_multiple — cognitive complexity 19→8
  • Fix S7735: swap negated ternary in sonar_scan_workflow (tests === undefined ? ... : ...)
  • Fix S3358: replace nested ternary with localeCompare in sort comparator
  • Security hotspot S4036: reviewed as SAFE (command -v git resolves to absolute path)
  • Add AGENTS.md "Lessons learned (gotchas)" section (10 gotchas from 1.6.0 development)
  • Quality Gate now passing: coverage 98.9%, duplications 2.51%, hotspots 100% reviewed, 0 violations