Skip to content

Commit a524cf9

Browse files
committed
review
1 parent d9842d4 commit a524cf9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/content/docs/contributing/new-linters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ it shows how to write `go/analysis` linter from scratch and integrate it into `g
1010

1111
## How to add a public linter to `golangci-lint`
1212

13-
You need to implement a new linter using `go/analysis` API.
13+
You need to implement a new linter using `go/analysis` API.
14+
1415
We don't accept non `go/analysis` linters.
1516

1617
After that:

docs/content/docs/welcome/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Welcome
33
weight: 1
44
---
55

6-
Welcome to the quickstart of golangci-lint, where you'll find step-by-step guides to help you get up and running smoothly.
6+
This quickstart guide provides step-by-step instructions to help you install, configure, and begin using `golangci-lint` efficiently.
77

88
<!--more-->
99

0 commit comments

Comments
 (0)