mirror of
https://github.com/github/codeql-action.git
synced 2026-05-20 14:20:30 +00:00
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"title": "OccurrenceOrderChunkIdsPluginOptions",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"prioritiseInitial": {
|
|
"description": "Prioritise initial size over total size",
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|