We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f81df commit a381f21Copy full SHA for a381f21
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