Skip to content

Commit 89c873c

Browse files
committed
review
1 parent 46e8449 commit 89c873c

File tree

1 file changed

+6
-2
lines changed
  • docs/content/docs/configuration

1 file changed

+6
-2
lines changed

docs/content/docs/configuration/cli.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ weight: 1
1414
{{< /cards >}}
1515

1616
> [!NOTE]
17-
> The formatters explicitly defined in the configuration section [`formatters`](/docs/configuration/file/#formatters-configuration) are automatically run (as linter) by the command [`golangci-lint run`](/docs/configuration/cli/#run).
17+
> This command executes enabled linters, and the formatters defined in [`formatters`](/docs/configuration/file/#formatters-configuration),
18+
> but it does not format the code.
1819
>
19-
> But the formatters cannot be enabled or disabled inside the `linters` section or the flags `-E/--enable`, `-D/--disable` of the command [`golangci-lint run`](/docs/configuration/cli/#run).
20+
> To only format code, use [`golangci-lint fmt`](/docs/configuration/cli/#fmt).
21+
> To apply both linter fixes and formatting, use `golangci-lint run --fix`.
22+
>
23+
> The formatters cannot be enabled or disabled inside the [`linters`](/docs/configuration/file/#linters-configuration) section or the flags `-E/--enable`, `-D/--disable` of the command [`golangci-lint run`](/docs/configuration/cli/#run).
2024
>
2125
> 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).
2226

0 commit comments

Comments
 (0)