You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/configuration/cli.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Command-Line
3
3
weight: 1
4
4
---
5
5
6
-
{{% cli-output %}}
6
+
{{% golangci/cli-output %}}
7
7
8
8
## `run`
9
9
@@ -24,7 +24,7 @@ weight: 1
24
24
>
25
25
> The formatters can be enabled/disabled by defining them inside the [`formatters`](/docs/configuration/file/#formatters-configuration) section or by using the flags `-E/--enable`, `-D/--disable` of command [`golangci-lint fmt`](/docs/configuration/cli/#fmt).
26
26
27
-
{{% cli-output cmd="run" %}}
27
+
{{% golangci/cli-output cmd="run" %}}
28
28
29
29
When the `--cpu-profile-path` or `--mem-profile-path` arguments are specified,
30
30
golangci-lint writes runtime profiling data in the format expected by the [pprof](https://github.com/google/pprof) visualization tool.
@@ -40,23 +40,23 @@ the `go tool trace` command and visualization tool.
Copy file name to clipboardExpand all lines: docs/content/docs/configuration/file.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ it's just a reference to display all the configuration options used to generate
23
23
24
24
The configuration file can be validated with the JSON Schema: [golangci.jsonschema.json](https://golangci-lint.run/jsonschema/golangci.jsonschema.json)
Copy file name to clipboardExpand all lines: docs/content/docs/contributing/website.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The site is based on [hextra](https://github.com/imfing/hextra) theme.
21
21
22
22
We use [shortcodes](https://gohugo.io/templates/types/#shortcode) and [partials](https://gohugo.io/templates/types/#partial) based on files from `./docs/.tmp/` and `./docs/data/`.
23
23
24
-
- The files in `./docs/.tmp/` are used to be embedded with the shortcode `{{%/* embed file="filename.ext" */%}}`.
24
+
- The files in `./docs/.tmp/` are used to be embedded with the shortcode `{{%/* golangci/embed file="filename.ext" */%}}`.
25
25
- The files in `./docs/data/` are used as [data sources](https://gohugo.io/content-management/data-sources/).
0 commit comments