Fix typo in includeGoRoot config field
This commit is contained in:
parent
ad3bf1eb58
commit
41719ec87e
@ -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"`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user