v0.1.6
Install
go install github.com/quality-gates/messgo/cmd/messgo@latestAdded
--enable/--onlyand--disableflags to run a subset of individual rules by name (comma-separated), filtered within the loaded ruleset(s):--only(alias--enable) keeps only the listed rules.--disabledrops the listed rules.- Combine them to whitelist, then subtract.
messgo ./... text codesize,design --only CyclomaticComplexity,GlobalVariable
messgo ./... text go --disable LongVariableSee CHANGELOG.md for the full history.