We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error
e.g certdb/certdb.go:5:2: could not import encoding/json (Config.Importer.Import(encoding/json) returned nil but no error) (typecheck)
typecheck cannot be disabled like other linters. Docs have some troubleshooting steps here - https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors
The text was updated successfully, but these errors were encountered:
Have tested a few combinations locally that all have the same issue. Our lint job works with v1.57.2, but stops working after that point.
It looks like this condition is getting hit here - https://github.com/golangci/golangci-lint/blob/312fdf7a8d0516ced651630c6196da9d6053c2d7/pkg/goanalysis/runner_loadingpackage.go#L149 - but not 100% sure. There is no diff in that file between v1.57.2 and v.158.0, it could be where the packages are loaded instead.
Sorry, something went wrong.
No branches or pull requests
Error
typecheck cannot be disabled like other linters. Docs have some troubleshooting steps here - https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors
The text was updated successfully, but these errors were encountered: