Skip to content

Commit 312da97

Browse files
committed
docs: update .golangci.reference.yml
1 parent 06166ed commit 312da97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.reference.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,6 +2453,10 @@ linters-settings:
24532453
custom:
24542454
# Each custom linter should have a unique name.
24552455
example:
2456+
# The plugin type.
2457+
# It can be `goplugin` or `module`.
2458+
# Default: goplugin
2459+
type: module
24562460
# The path to the plugin *.so. Can be absolute or local.
24572461
# Required for each custom linter.
24582462
path: /path/to/example.so

0 commit comments

Comments
 (0)