mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-12 22:38:46 -04:00
doc: More specific default cache directory (#3418)
This commit is contained in:
parent
43658a10f8
commit
ab8a120755
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue