golangci / golangci-lint

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

docs: fix links to gocritic checks #5125

Closed alexandear closed 2 weeks ago

alexandear commented 2 weeks ago

This PR fixes links for gocritic checks and replaces https://go-critic.github.io with https://go-critic.com.

E.g. the link "https://go-critic.com/overview.html#badSyncOnceFunc" is wrong, must be "https://go-critic.com/overview.html#badsynconcefunc".