Fix typo in includeGoRoot config field

This commit is contained in:
Andrew Shannon Brown 2018-06-03 19:24:24 -07:00 committed by GitHub
parent ad3bf1eb58
commit 41719ec87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ type LintersSettings struct {
Depguard struct { Depguard struct {
ListType string `mapstructure:"list-type"` ListType string `mapstructure:"list-type"`
Packages []string Packages []string
IncludeGoRoot bool `mapstructure:"inlude-go-root"` IncludeGoRoot bool `mapstructure:"include-go-root"`
} }
} }