Skip to content

Commit ef8d7a4

Browse files
committed
review: verbose command
1 parent 49880c0 commit ef8d7a4

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
@@ -7,7 +7,7 @@ An example linter can be found at [here](https://github.com/golangci/example-plu
77
## The Automatic Way
88

99
- define your building configuration into `.mygcl.yml`
10-
- run the command `golangci-lint custom` (`go run ./cmd/golangci-lint custom -v`)
10+
- 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`.
1212
- run your custom version of golangci-lint
1313

0 commit comments

Comments
 (0)