File tree 2 files changed +22
-4
lines changed
2 files changed +22
-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 setting.
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 setting.
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
+ "type" : " boolean" ,
1013
+ "default" : false
1014
+ },
1015
+ "max-lines" : {
1016
+ "type" : " integer" ,
1017
+ "default" : 500
1018
+ },
1019
+ "min-lines" : {
1020
+ "type" : " integer" ,
1021
+ "default" : 5
1022
+ }
1023
+ }
1024
+ },
1007
1025
"forbidigo" : {
1008
1026
"type" : " object" ,
1009
1027
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments