Merge pull request #64 from ashanbrown/patch-1

Fix typo in includeGoRoot config field
This commit is contained in:
Isaev Denis 2018-06-04 09:06:35 +03:00 committed by GitHub
commit 9c07341b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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