From 9a6ef82833e6b68efdffacfe86f58e353bdc642d Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:32:25 -0700 Subject: [PATCH] chore: suppress CodeQL warnings from fixtures (#602) --- extensions/copilot/CodeQL.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/copilot/CodeQL.yml b/extensions/copilot/CodeQL.yml index 3a5b793d857..8862580602e 100644 --- a/extensions/copilot/CodeQL.yml +++ b/extensions/copilot/CodeQL.yml @@ -1,4 +1,5 @@ path_classifiers: tests: - "test/simulation/fixtures/edit-asyncawait-4151/*.ts" - - "test/simulation/fixtures/edit-slice-4149/*.ts" \ No newline at end of file + - "test/simulation/fixtures/edit-slice-4149/*.ts" + - src/platform/parser/test/node/fixtures