We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43658a1 commit ab8a120Copy full SHA for ab8a120
docs/src/docs/usage/configuration.mdx
@@ -48,6 +48,6 @@ the `go tool trace` command and visualization tool.
48
49
## Cache
50
51
-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).
52
53
You can override the default cache directory with the environment variable `GOLANGCI_LINT_CACHE`; the path must be absolute.
0 commit comments