We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a552748 commit deda27bCopy full SHA for deda27b
src/codeql.ts
@@ -453,6 +453,7 @@ export function getSarifResultCount(sarif: Sarif): number {
453
* Names of result sets that can be considered the "default" result set
454
* and should be used when calculating number of results and when showing
455
* results to users.
456
+ * Will check result sets in this order and use the first one that exists.
457
*/
458
const KNOWN_RESULT_SET_NAMES: string[] = ["#select", "problems"];
459
0 commit comments