Skip to content

Commit 9c07341

Browse files
authored
Merge pull request #64 from ashanbrown/patch-1
Fix typo in includeGoRoot config field
2 parents ad3bf1e + 41719ec commit 9c07341

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)