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 69479c6 commit 5993608Copy full SHA for 5993608
docs/src/docs/plugins/module-plugins.mdx
@@ -9,7 +9,7 @@ An example linter can be found at [here](https://github.com/golangci/example-plu
9
- Define your building configuration into `.custom-gcl.yml`.
10
- Run the command `golangci-lint custom` (or `golangci-lint custom -v` to have logs).
11
- Define the plugin inside the `linters.settings.custom` section with the type `module`.
12
-- Run your custom version of golangci-lint.
+- Run the resulting custom binary of golangci-lint (`./custom-gcl` by default).
13
14
Requirements:
15
- Go
0 commit comments