From ab8a1207556a7825194c0a0a13d7a7e3261ab1d2 Mon Sep 17 00:00:00 2001 From: credativ-dar <104132637+credativ-dar@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:18:39 +0100 Subject: [PATCH] doc: More specific default cache directory (#3418) --- docs/src/docs/usage/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/usage/configuration.mdx b/docs/src/docs/usage/configuration.mdx index 373ef0e9..dfdbd17c 100644 --- a/docs/src/docs/usage/configuration.mdx +++ b/docs/src/docs/usage/configuration.mdx @@ -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.