We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getPerQueryAlertCounts
1 parent 7b093a6 commit e0cdbf3Copy full SHA for e0cdbf3
src/analyze.ts
@@ -768,6 +768,8 @@ export async function runQueries(
768
}
769
770
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`.
773
const perQueryAlertCounts = getPerQueryAlertCounts(sarifFile);
774
775
const perQueryAlertCountEventReport: EventReport = {
0 commit comments