Skip to content

Commit 677def2

Browse files
bombsimonjirfag
andauthored
Fix faulty field tag for config
Co-Authored-By: Isaev Denis <idenx@yandex.com>
1 parent bee768c commit 677def2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ type WSLSettings struct {
259259
AllowAssignAndCallCuddle bool `mapstructure:"allow-assign-and-call"`
260260
AllowMultiLineAssignCuddle bool `mapstructure:"allow-multiline-assign"`
261261
AllowCaseTrailingWhitespace bool `mapstructure:"allow-case-trailing-whitespace"`
262-
AllowCuddleDeclaration bool `mapstructure:"allow-declarations"`
262+
AllowCuddleDeclaration bool `mapstructure:"allow-cuddle-declarations"`
263263
}
264264

265265
var defaultLintersSettings = LintersSettings{

0 commit comments

Comments
 (0)