Skip to content

Commit b68c1a5

Browse files
committed
chore: update JSONSchema
1 parent 082f5d3 commit b68c1a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jsonschema/golangci.next.jsonschema.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,17 @@
10191019
}
10201020
}
10211021
},
1022+
"fatcontext": {
1023+
"type": "object",
1024+
"additionalProperties": false,
1025+
"properties": {
1026+
"check-struct-pointers": {
1027+
"description": "Check for potential fat contexts in struct pointers.",
1028+
"type": "boolean",
1029+
"default": false
1030+
}
1031+
}
1032+
},
10221033
"forbidigo": {
10231034
"type": "object",
10241035
"additionalProperties": false,

0 commit comments

Comments
 (0)