File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 316
316
" testpackage" ,
317
317
" thelper" ,
318
318
" tparallel" ,
319
+ " ttempdir" ,
319
320
" typecheck" ,
320
321
" unconvert" ,
321
322
" unparam" ,
3030
3031
}
3031
3032
}
3032
3033
},
3034
+ "ttempdir" : {
3035
+ "type" : " object" ,
3036
+ "additionalProperties" : false ,
3037
+ "properties" : {
3038
+ "all" : {
3039
+ "description" : " The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures." ,
3040
+ "type" : " boolean" ,
3041
+ "default" : false
3042
+ },
3043
+ "max-recursion-level" : {
3044
+ "description" : " Max recursion level when checking nested arg calls" ,
3045
+ "type" : " integer" ,
3046
+ "default" : 5
3047
+ }
3048
+ }
3049
+ },
3033
3050
"usestdlibvars" : {
3034
3051
"type" : " object" ,
3035
3052
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments