Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
review
Co-authored-by: Simon Sawert <[email protected]>
  • Loading branch information
ldez and bombsimon authored May 21, 2025
commit 84724370d0bd33a437ac09fabb94a5b101585935
2 changes: 1 addition & 1 deletion docs/src/docs/welcome/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ How to troubleshoot:
- [ ] 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.
- [ ] If using CGO, ensure all require system libraries are installed.
- [ ] If you are using private repositories/dependencies, ensure the Go proxy and sumDB are right and/or your git configuration.
- [ ] If you are using private repositories/dependencies, ensure the [Go proxy](https://go.dev/ref/mod#module-proxy) (`GOPROXY`) and [checksum database](https://go.dev/ref/mod#checksum-database) (`GOSUMDB`) are right and/or your git configuration.

## Why is it not possible to skip/ignore `typecheck` errors?

Expand Down
Loading