We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685573a commit 1aaf889Copy full SHA for 1aaf889
pkg/config/config.go
@@ -8,10 +8,11 @@ import (
8
"github.com/ldez/gomoddirectives"
9
)
10
11
-// Config encapsulates the config data specified in the golangci yaml config file.
+// Config encapsulates the config data specified in the golangci-lint yaml config file.
12
type Config struct {
13
- cfgDir string // The directory containing the golangci config file.
14
- Run Run
+ cfgDir string // The directory containing the golangci-lint config file.
+
15
+ Run Run
16
17
Output Output
18
0 commit comments