mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Fix typo in includeGoRoot config field
This commit is contained in:
parent
ad3bf1eb58
commit
41719ec87e
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue