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 bee4627 commit 4f89675Copy full SHA for 4f89675
pkg/config/linters_settings.go
@@ -1021,8 +1021,8 @@ type WSLSettings struct {
1021
1022
type FilenSettings struct {
1023
IgnoreComments bool `mapstructure:"ignore-comments"`
1024
- MaxLines int `mapstructure:"min-lines"`
1025
- MinLines int `mapstructure:"max-lines"`
+ MaxLines int `mapstructure:"max-lines"`
+ MinLines int `mapstructure:"min-lines"`
1026
}
1027
1028
// CustomLinterSettings encapsulates the meta-data of a private linter.
0 commit comments