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 @@ -538,12 +538,12 @@ linters-settings:
538
538
# Ignore comments when counting lines.
539
539
# Default false
540
540
ignore-comments : true
541
- # Max number of lines in a file setting
541
+ # Max number of lines in a file.
542
542
# Default: 500
543
- max-lines-num : 1000
544
- # Min number of lines in a file setting
543
+ max-lines : 1000
544
+ # Min number of lines in a file.
545
545
# Default: 5
546
- min-lines-num : 1
546
+ min-lines : 1
547
547
548
548
forbidigo :
549
549
# Forbid the following identifiers (list of regexp).
Original file line number Diff line number Diff line change 1004
1004
}
1005
1005
}
1006
1006
},
1007
+ "filen" : {
1008
+ "type" : " object" ,
1009
+ "additionalProperties" : false ,
1010
+ "properties" : {
1011
+ "ignore-comments" : {
1012
+ "description" : " Ignore comments when counting lines." ,
1013
+ "type" : " boolean" ,
1014
+ "default" : false
1015
+ },
1016
+ "max-lines" : {
1017
+ "description" : " Max number of lines in a file." ,
1018
+ "type" : " integer" ,
1019
+ "default" : 500
1020
+ },
1021
+ "min-lines" : {
1022
+ "description" : " Min number of lines in a file." ,
1023
+ "type" : " integer" ,
1024
+ "default" : 5
1025
+ }
1026
+ }
1027
+ },
1007
1028
"forbidigo" : {
1008
1029
"type" : " object" ,
1009
1030
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments