Skip to content

Commit 70cdabf

Browse files
Add "x-intellij-html-description" fields for partial-pyright.json (#3530)
* Add x-intellij-html-description fields for partial-pyright.json * Add "x-intellij-html-description" to unknownKeywords in schema-validation.json * Exempt pyproject.json too
1 parent 3160144 commit 70cdabf

File tree

2 files changed

+114
-55
lines changed

2 files changed

+114
-55
lines changed

src/schema-validation.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,11 @@
836836
"poetry.json",
837837
"ruff.json"
838838
],
839-
"unknownKeywords": ["x-taplo", "x-taplo-info"],
839+
"unknownKeywords": [
840+
"x-taplo",
841+
"x-taplo-info",
842+
"x-intellij-html-description"
843+
],
840844
"unknownFormat": [
841845
"uint16",
842846
"uint8",
@@ -1029,6 +1033,11 @@
10291033
"unknownFormat": ["<app> <your args>"]
10301034
}
10311035
},
1036+
{
1037+
"partial-pyright.json": {
1038+
"unknownKeywords": ["x-intellij-html-description"]
1039+
}
1040+
},
10321041
{
10331042
"rudder-techniques.json": {
10341043
"unknownFormat": ["markdown"],

0 commit comments

Comments
 (0)