Skip to content

Commit

Permalink
docs: Fix minor typo in new-linters.mdx (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcolby-avtx committed Apr 24, 2023
1 parent fb746c4 commit cbc3a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/contributing/new-linters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit cbc3a0c

Please sign in to comment.