diff --git a/pkg/config/config.go b/pkg/config/config.go index 179150809e2c..ab172d15d530 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -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"` } }