File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
docs/content/docs/configuration Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,3 @@ Slice options (e.g. list of enabled/disabled linters) are combined from the comm
14
14
{{< card link="/docs/configuration/cli" title="Command Line" icon="terminal" >}}
15
15
{{< card link="/docs/configuration/file" title="Configuration File" icon="adjustments" >}}
16
16
{{< /cards >}}
17
-
18
-
19
- ## Cache
20
-
21
- Golangci-lint stores its cache in the subdirectory ` golangci-lint ` inside the [ default user cache directory] ( https://pkg.go.dev/os#UserCacheDir ) .
22
-
23
- You can override the default cache directory with the environment variable ` GOLANGCI_LINT_CACHE ` ; the path must be absolute.
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ golangci-lint writes runtime profiling data in the format expected by the [pprof
16
16
When the ` --trace-path ` argument is specified, ` golangci-lint ` writes runtime tracing data in the format expected by
17
17
the ` go tool trace ` command and visualization tool.
18
18
19
+ ### Cache
20
+
21
+ Golangci-lint stores its cache in the subdirectory ` golangci-lint ` inside the [ default user cache directory] ( https://pkg.go.dev/os#UserCacheDir ) .
22
+
23
+ You can override the default cache directory with the environment variable ` GOLANGCI_LINT_CACHE ` ; the path must be absolute.
24
+
19
25
## fmt
20
26
21
27
``` sh
You can’t perform that action at this time.
0 commit comments