Skip to content

v0.1.2

Choose a tag to compare

@jonbaldie jonbaldie released this 05 Jun 07:15
f9df65f

Install

go install github.com/quality-gates/messgo/cmd/messgo@latest

Fixed

  • Duplicate violations from overlapping rulesets. Requesting rulesets that overlap — e.g. go,codesize, where the go ruleset already imports codesize — 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.