Skip to content

Commit 7abfa9b

Browse files
committed
update jsonschema
1 parent a0aacf9 commit 7abfa9b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

jsonschema/golangci.next.jsonschema.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@
316316
"testpackage",
317317
"thelper",
318318
"tparallel",
319+
"ttempdir",
319320
"typecheck",
320321
"unconvert",
321322
"unparam",
@@ -3030,6 +3031,22 @@
30303031
}
30313032
}
30323033
},
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+
},
30333050
"usestdlibvars": {
30343051
"type": "object",
30353052
"additionalProperties": false,

0 commit comments

Comments
 (0)