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 49880c0 commit ef8d7a4Copy full SHA for ef8d7a4
docs/src/docs/plugins/module-plugins.mdx
@@ -7,7 +7,7 @@ An example linter can be found at [here](https://github.com/golangci/example-plu
7
## The Automatic Way
8
9
- define your building configuration into `.mygcl.yml`
10
-- run the command `golangci-lint custom` (`go run ./cmd/golangci-lint custom -v`)
+- 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
13
0 commit comments