Skip to content

Commit 41719ec

Browse files
authored
Fix typo in includeGoRoot config field
1 parent ad3bf1e commit 41719ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ type LintersSettings struct {
139139
Depguard struct {
140140
ListType string `mapstructure:"list-type"`
141141
Packages []string
142-
IncludeGoRoot bool `mapstructure:"inlude-go-root"`
142+
IncludeGoRoot bool `mapstructure:"include-go-root"`
143143
}
144144
}
145145

0 commit comments

Comments
 (0)