Skip to content

Commit

Permalink
Fix faulty field tag for config
Browse files Browse the repository at this point in the history
Co-Authored-By: Isaev Denis <idenx@yandex.com>
  • Loading branch information
bombsimon and jirfag committed Oct 13, 2019
1 parent bee768c commit 677def2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Expand Up @@ -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{
Expand Down

0 comments on commit 677def2

Please sign in to comment.