Skip to content

Commit d8dd34a

Browse files
committed
Fix the qlpack json schema
This schema was incorrectly tagging `defaultSuite` properties that aren't arrays as errors. I think there are more, similar errors in this schema, but I only fixed this one so that I can get `github/semmle-code` working with test discovery.
1 parent a5239fb commit d8dd34a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extensions/ql-vscode/src/packaging/qlpack-file.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"$ref": "#/definitions/SuiteInstruction"
5252
}
5353
},
54+
{
55+
"$ref": "#/definitions/SuiteInstruction"
56+
},
5457
{
5558
"type": "null"
5659
}

0 commit comments

Comments
 (0)