We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a592fb commit c1e24c1Copy full SHA for c1e24c1
docs/src/docs/usage/configuration.mdx
@@ -6,7 +6,7 @@ The config file has lower priority than command-line options. If the same bool/s
6
and in the config file, the option from command-line will be used.
7
Slice options (e.g. list of enabled/disabled linters) are combined from the command-line and config file.
8
9
-To see a list of enabled by your configuration linters:
+To see a list of linters enabled by your configuration use:
10
11
```sh
12
golangci-lint linters
0 commit comments