Skip to content

Commit 4f89675

Browse files
ldezDanilXO
authored andcommitted
review: fix setting names
1 parent bee4627 commit 4f89675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/config/linters_settings.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,8 @@ type WSLSettings struct {
10211021

10221022
type FilenSettings struct {
10231023
IgnoreComments bool `mapstructure:"ignore-comments"`
1024-
MaxLines int `mapstructure:"min-lines"`
1025-
MinLines int `mapstructure:"max-lines"`
1024+
MaxLines int `mapstructure:"max-lines"`
1025+
MinLines int `mapstructure:"min-lines"`
10261026
}
10271027

10281028
// CustomLinterSettings encapsulates the meta-data of a private linter.

0 commit comments

Comments
 (0)