From d3062fd35b24078e55a7ed4683d44a4aa19c7326 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Wed, 12 Aug 2026 14:09:50 +0100 Subject: [PATCH] Remove agent instructions to not edit QL --- .github/instructions/ql-files.instructions.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/instructions/ql-files.instructions.md diff --git a/.github/instructions/ql-files.instructions.md b/.github/instructions/ql-files.instructions.md deleted file mode 100644 index 4d331807e06e..000000000000 --- a/.github/instructions/ql-files.instructions.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -applyTo: "**/*.ql,**/*.qll" ---- -When reviewing these QL files, do not make any comment on the code itself. You don't understand the QL programming language well enough yet. You can only make comments about the following aspects: -* comments (lines starting with `//` or block comments enclosed in `/* ... */`): you can suggest improvements to the clarity of comments, or point out spelling mistakes -* typos in identifiers