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 f3376ca commit b8216caCopy full SHA for b8216ca
docs/src/docs/contributing/new-linters.mdx
@@ -76,7 +76,7 @@ type AnalyzerPlugin interface {
76
```
77
78
The type of `AnalyzerPlugin` is not important, but is by convention `type analyzerPlugin struct {}`. See
79
-[plugin/example.go](https://github.com/golangci/example-plugin-linter/plugin/example.go) for more info.
+[plugin/example.go](https://github.com/golangci/example-plugin-linter/blob/master/plugin/example.go) for more info.
80
81
To build the plugin, from the root project directory, run `go build -buildmode=plugin plugin/example.go`. This will create a plugin `*.so`
82
file that can be copied into your project or another well known location for usage in golangci-lint.
0 commit comments