golangci/golangci-lint

gochecknoinits incorrect link on doc website in linters configuration

Closed this issue · 2 comments

Welcome

  • Yes, I'm using a binary release within 2 latest releases. Only such installations are supported.
  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've read the typecheck section of the FAQ.
  • Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.).
  • I agree to follow this project's Code of Conduct

How did you install golangci-lint?

go install

Description of the problem

https://golangci-lint.run/docs/linters/configuration/#gochecknoinits

after cilck on Repository button follow to https://golangci-lint.run/docs/linters/configuration/ unstead of https://github.com/leighmcculloch/gochecknoinits

Version of golangci-lint

$ golangci-lint --version
# Paste output here

Configuration

# paste configuration file or CLI flags here

Go environment

$ go version && go env
# paste output here

Verbose output of running

$ golangci-lint cache clean
$ golangci-lint run -v
# paste output here

A minimal reproducible example or link to a public repository

// add your code here

Validation

  • Yes, I've included all information above (version, config, etc.).

Supporter

Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.

ldez commented

The problem will be fixed soon.

Note: gochecknoinits is embedded inside golangci-lint, it doesn't rely on https://github.com/leighmcculloch/gochecknoinits