Skip to content

Commit 9b3ac36

Browse files
committed
review: fix setting names
1 parent 2641d4a commit 9b3ac36

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
@@ -1015,8 +1015,8 @@ type WSLSettings struct {
10151015

10161016
type FilenSettings struct {
10171017
IgnoreComments bool `mapstructure:"ignore-comments"`
1018-
MaxLines int `mapstructure:"min-lines"`
1019-
MinLines int `mapstructure:"max-lines"`
1018+
MaxLines int `mapstructure:"max-lines"`
1019+
MinLines int `mapstructure:"min-lines"`
10201020
}
10211021

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

0 commit comments

Comments
 (0)