Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/docs/welcome/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If there are `typecheck` errors, golangci-lint will not be able to produce other

How to troubleshoot:

- [ ] 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`).
- [ ] Ensure dependencies are up to date with `go mod tidy`.
- [ ] Ensure building works with `go run ./...`/`go build ./...` - whole package.
- [ ] Ensure you are not running an analysis on code that depends on files/packages outside the scope of the analyzed elements.
Expand Down
Loading