Skip to content

Commit ab8a120

Browse files
authored
doc: More specific default cache directory (#3418)
1 parent 43658a1 commit ab8a120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/usage/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ the `go tool trace` command and visualization tool.
4848

4949
## Cache
5050

51-
GolangCI-Lint stores its cache in the [default user cache directory](https://golang.org/pkg/os/#UserCacheDir).
51+
GolangCI-Lint stores its cache in the subdirectory `golangci-lint` inside the [default user cache directory](https://golang.org/pkg/os/#UserCacheDir).
5252

5353
You can override the default cache directory with the environment variable `GOLANGCI_LINT_CACHE`; the path must be absolute.

0 commit comments

Comments
 (0)