You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly disable linters and analyzers confirmed to not
work (at all or "well") with Go 1.18.
The goal is to re-enable linters as future releases of
golangci-lint resolve compatibility issues.
refs GH-568
refs golangci/golangci-lint#2649
Per golangci/golangci-lint#2649 these linters are incompatible with Go 1.18:
bodyclose
contextcheck
gocritic
hugeParam
gosimple
govet
nilness
unusedwrite
nilerr
noctx
rowserrcheck
sqlclosecheck
staticcheck
structcheck
stylecheck
tparallel
unparam
unused
wastedassign
We should explicitly disable these linters in the
unstable
.golangci.yml
file.The text was updated successfully, but these errors were encountered: