mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Update not found url in new-linters.mdx (#1171)
This commit is contained in:
parent
f3376cab71
commit
b8216ca2aa
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ type AnalyzerPlugin interface {
|
|||
```
|
||||
|
||||
The type of `AnalyzerPlugin` is not important, but is by convention `type analyzerPlugin struct {}`. See
|
||||
[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.
|
||||
|
||||
To build the plugin, from the root project directory, run `go build -buildmode=plugin plugin/example.go`. This will create a plugin `*.so`
|
||||
file that can be copied into your project or another well known location for usage in golangci-lint.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue