You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/plugins/go-plugins.mdx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,10 @@ An example linter can be found at [here](https://github.com/golangci/example-plu
48
48
If you're looking for instructions on how to configure your own custom linter, they can be found further down.
49
49
50
50
1. If the project you want to lint does not have one already, copy the [.golangci.yml](https://github.com/golangci/golangci-lint/blob/HEAD/.golangci.yml) to the root directory.
51
-
2. Adjust the YAML to appropriate `linters-settings.custom` entries as so:
51
+
2. Adjust the YAML to appropriate `linters.settings.custom` entries as so:
0 commit comments