We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb86fc8 commit 4fe2e59Copy full SHA for 4fe2e59
docs/src/docs/welcome/faq.mdx
@@ -44,7 +44,7 @@ If there are `typecheck` errors, golangci-lint will not be able to produce other
44
45
How to troubleshoot:
46
47
-- [ ] Ensure the version of golangci-lint is built with a compatible version of Go.
+- [ ] Ensure the version of golangci-lint is built with a compatible version of Go (`golangci-lint version`).
48
- [ ] Ensure dependencies are up to date with `go mod tidy`.
49
- [ ] Ensure building works with `go run ./...`/`go build ./...` - whole package.
50
- [ ] Ensure you are not running an analysis on code that depends on files/packages outside the scope of the analyzed elements.
0 commit comments