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 a67466d commit 70a3f10Copy full SHA for 70a3f10
pkg/config/linters_settings.go
@@ -1015,8 +1015,8 @@ type WSLSettings struct {
1015
1016
type FilenSettings struct {
1017
IgnoreComments bool `mapstructure:"ignore-comments"`
1018
- MaxLines int `mapstructure:"min-lines"`
1019
- MinLines int `mapstructure:"max-lines"`
+ MaxLines int `mapstructure:"max-lines"`
+ MinLines int `mapstructure:"min-lines"`
1020
}
1021
1022
// CustomLinterSettings encapsulates the meta-data of a private linter.
0 commit comments