Skip to content

Commit deda27b

Browse files
Mention ordering in comment
1 parent a552748 commit deda27b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codeql.ts

+1
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ export function getSarifResultCount(sarif: Sarif): number {
453453
* Names of result sets that can be considered the "default" result set
454454
* and should be used when calculating number of results and when showing
455455
* results to users.
456+
* Will check result sets in this order and use the first one that exists.
456457
*/
457458
const KNOWN_RESULT_SET_NAMES: string[] = ["#select", "problems"];
458459

0 commit comments

Comments
 (0)