diff --git a/pkg/config/config.go b/pkg/config/config.go index 17915080..ab172d15 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"` } }