File tree 2 files changed +25
-4
lines changed
2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -540,12 +540,12 @@ linters-settings:
540
540
# Ignore comments when counting lines.
541
541
# Default false
542
542
ignore-comments : true
543
- # Max number of lines in a file setting
543
+ # Max number of lines in a file.
544
544
# Default: 500
545
- max-lines-num : 1000
546
- # Min number of lines in a file setting
545
+ max-lines : 1000
546
+ # Min number of lines in a file.
547
547
# Default: 5
548
- min-lines-num : 1
548
+ min-lines : 1
549
549
550
550
forbidigo :
551
551
# Forbid the following identifiers (list of regexp).
Original file line number Diff line number Diff line change 1012
1012
}
1013
1013
}
1014
1014
},
1015
+ "filen" : {
1016
+ "type" : " object" ,
1017
+ "additionalProperties" : false ,
1018
+ "properties" : {
1019
+ "ignore-comments" : {
1020
+ "description" : " Ignore comments when counting lines." ,
1021
+ "type" : " boolean" ,
1022
+ "default" : false
1023
+ },
1024
+ "max-lines" : {
1025
+ "description" : " Max number of lines in a file." ,
1026
+ "type" : " integer" ,
1027
+ "default" : 500
1028
+ },
1029
+ "min-lines" : {
1030
+ "description" : " Min number of lines in a file." ,
1031
+ "type" : " integer" ,
1032
+ "default" : 5
1033
+ }
1034
+ }
1035
+ },
1015
1036
"forbidigo" : {
1016
1037
"type" : " object" ,
1017
1038
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments