We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdfb7f commit ccb5bd0Copy full SHA for ccb5bd0
docs/src/docs/usage/configuration.mdx
@@ -54,3 +54,9 @@ than the default and have more strict settings:
54
```yaml
55
{ .GolangciYaml }
56
```
57
+
58
+## Cache
59
60
+GolangCI-Lint stores its cache in the [default user cache directory](https://golang.org/pkg/os/#UserCacheDir).
61
62
+You can override the default cache directory with the environment variable `GOLANGCI_LINT_CACHE`; the path must be absolute.
0 commit comments