Skip to content

Commit e0cdbf3

Browse files
committed
Add note for getPerQueryAlertCounts
1 parent 7b093a6 commit e0cdbf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/analyze.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,8 @@ export async function runQueries(
768768
}
769769

770770
if (await features.getValue(Feature.QaTelemetryEnabled)) {
771+
// Note: QA adds the `code-quality` query suite to the `queries` input,
772+
// so this is fine since there is no `.quality.sarif`.
771773
const perQueryAlertCounts = getPerQueryAlertCounts(sarifFile);
772774

773775
const perQueryAlertCountEventReport: EventReport = {

0 commit comments

Comments
 (0)