mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-01 08:58:56 -04:00
docs: Fix minor typo in new-linters.mdx (#3799)
This commit is contained in:
parent
fb746c4b04
commit
cbc3a0c70e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from scratch and integrate it into `golangci-lint`.
|
|||
## How to add a public linter to `golangci-lint`
|
||||
|
||||
You need to implement a new linter using `go/analysis` API.
|
||||
We don't accept not `go/analysis` linters.
|
||||
We don't accept non `go/analysis` linters.
|
||||
|
||||
After that:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue