v0.1.2
Install
go install github.com/quality-gates/messgo/cmd/messgo@latestFixed
- Duplicate violations from overlapping rulesets. Requesting rulesets that overlap — e.g.
go,codesize, where thegoruleset already importscodesize— previously reported every affected violation twice. Rules are now deduplicated by name across rulesets (first occurrence wins, preserving any tuning the earlier ruleset applied), so each violation is reported once.
See CHANGELOG.md for the full history.