diff --git a/pkg/config/config.go b/pkg/config/config.go index 5b2aace77c95..1b8de67585fb 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -259,7 +259,7 @@ type WSLSettings struct { AllowAssignAndCallCuddle bool `mapstructure:"allow-assign-and-call"` AllowMultiLineAssignCuddle bool `mapstructure:"allow-multiline-assign"` AllowCaseTrailingWhitespace bool `mapstructure:"allow-case-trailing-whitespace"` - AllowCuddleDeclaration bool `mapstructure:"allow-declarations"` + AllowCuddleDeclaration bool `mapstructure:"allow-cuddle-declarations"` } var defaultLintersSettings = LintersSettings{