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.
1 parent 3c7d9ca commit 74e8277Copy full SHA for 74e8277
extensions/ql-vscode/src/variant-analysis/view-autofixes.ts
@@ -512,7 +512,17 @@ async function runAutofixForRepository(
512
// TODO: run autofix for the i-th alert.
513
}
514
} else {
515
- // TODO: run autofix once for all alerts.
+ // Run autofix once for all alerts.
516
+ await runAutofixOnResults(
517
+ logger,
518
+ cocofixBin,
519
+ sarifFile,
520
+ srcRootPath,
521
+ outputTextFilePath,
522
+ fixDescriptionFilePath,
523
+ transcriptFilePath,
524
+ repoAutofixOutputStoragePath,
525
+ );
526
527
528
// Save output text files from each repo to later merge
0 commit comments