Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/docs/plugins/module-plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An example linter can be found at [here](https://github.com/golangci/example-plu
- Define your building configuration into `.custom-gcl.yml`.
- Run the command `golangci-lint custom` (or `golangci-lint custom -v` to have logs).
- Define the plugin inside the `linters.settings.custom` section with the type `module`.
- Run your custom version of golangci-lint.
- Run the resulting custom binary of golangci-lint (`./custom-gcl` by default).

Requirements:
- Go
Expand Down
Loading