Skip to content

Commit 1aaf889

Browse files
committed
chore: fix typos
1 parent 685573a commit 1aaf889

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/config/config.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ import (
88
"github.com/ldez/gomoddirectives"
99
)
1010

11-
// Config encapsulates the config data specified in the golangci yaml config file.
11+
// Config encapsulates the config data specified in the golangci-lint yaml config file.
1212
type Config struct {
13-
cfgDir string // The directory containing the golangci config file.
14-
Run Run
13+
cfgDir string // The directory containing the golangci-lint config file.
14+
15+
Run Run
1516

1617
Output Output
1718

0 commit comments

Comments
 (0)