Skip to content

Commit 5d2ed1a

Browse files
committed
review
1 parent 49f0d94 commit 5d2ed1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jsonschema/golangci.jsonschema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,11 @@
25102510
"type": "object",
25112511
"additionalProperties": false,
25122512
"properties": {
2513+
"only-two": {
2514+
"type": "boolean",
2515+
"description": "To check functions with only two return values.",
2516+
"default": true
2517+
},
25132518
"detect-opposite": {
25142519
"type": "boolean",
25152520
"description": "In addition, detect opposite situation (simultaneous return of non-nil error and valid value).",

0 commit comments

Comments
 (0)