Skip to content

golangci-lint: Reenable linters broken by Go generics

Patrick Steinhardt requested to merge pks-golangci-reenable-broken-linters into master

The introduction of generics in Go 1.18 caused some of the linters to stop working correctly. These linters have now been fixed, so let's reenable them.

While at it, sort the gitaly-linters linter alphabetically as is the case for all the other linters.

Merge request reports