We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee768c commit 677def2Copy full SHA for 677def2
pkg/config/config.go
@@ -259,7 +259,7 @@ type WSLSettings struct {
259
AllowAssignAndCallCuddle bool `mapstructure:"allow-assign-and-call"`
260
AllowMultiLineAssignCuddle bool `mapstructure:"allow-multiline-assign"`
261
AllowCaseTrailingWhitespace bool `mapstructure:"allow-case-trailing-whitespace"`
262
- AllowCuddleDeclaration bool `mapstructure:"allow-declarations"`
+ AllowCuddleDeclaration bool `mapstructure:"allow-cuddle-declarations"`
263
}
264
265
var defaultLintersSettings = LintersSettings{
0 commit comments