doc: More specific default cache directory (#3418)

This commit is contained in:
credativ-dar 2022-12-26 22:18:39 +01:00 committed by GitHub
parent 43658a10f8
commit ab8a120755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,6 @@ the `go tool trace` command and visualization tool.
## Cache
GolangCI-Lint stores its cache in the [default user cache directory](https://golang.org/pkg/os/#UserCacheDir).
GolangCI-Lint stores its cache in the subdirectory `golangci-lint` inside the [default user cache directory](https://golang.org/pkg/os/#UserCacheDir).
You can override the default cache directory with the environment variable `GOLANGCI_LINT_CACHE`; the path must be absolute.