golangci / golangci-lint

Fast linters runner for Go
https://golangci-lint.run
GNU General Public License v3.0
15.74k stars 1.39k forks source link

dev: simplify sort results processors #5150

Closed ldez closed 12 hours ago

ldez commented 1 day ago

The package cmp has been added in go1.21 + the usage of standard comparison values -> it allows the SortResults processor to be simplified.

259 LOC to 148 LOC :tada: And a way less complex than before.