Skip to content

Commit 420b6c8

Browse files
Update make_schema.py
Co-authored-by: wyattscarpenter <[email protected]>
1 parent f8026fd commit 420b6c8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

misc/make_schema.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ def make_schema(opts: Sequence[ConfigOpt]) -> dict[str, Any]:
8888
"description": "DEPRECATED and UNDOCUMENTED: Now defaults to true, use `hide_error_codes` if you need to disable error codes instead.",
8989
"deprecated": True,
9090
}
91-
definitions.setdefault(
92-
"show_error_code_links",
93-
{
94-
"type": "boolean",
95-
"default": False,
96-
"description": "UNDOCUMENTED: show links for error codes.",
97-
},
98-
)
9991

10092
return {
10193
"$schema": "http://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)