Skip to content

Commit 5993608

Browse files
authored
docs: improve module plugin explanation (#5851)
1 parent 69479c6 commit 5993608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/plugins/module-plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An example linter can be found at [here](https://github.com/golangci/example-plu
99
- Define your building configuration into `.custom-gcl.yml`.
1010
- Run the command `golangci-lint custom` (or `golangci-lint custom -v` to have logs).
1111
- Define the plugin inside the `linters.settings.custom` section with the type `module`.
12-
- Run your custom version of golangci-lint.
12+
- Run the resulting custom binary of golangci-lint (`./custom-gcl` by default).
1313

1414
Requirements:
1515
- Go

0 commit comments

Comments
 (0)