Create copilot-instructions.md

This commit is contained in:
Paolo Tranquilli
2025-06-27 09:06:08 +02:00
committed by GitHub
parent db0fc7be5d
commit c88049a9f4

4
.github/copilot-instructions.md vendored Normal file
View File

@@ -0,0 +1,4 @@
When reviewing code:
* do not review changes in files with `.expected` extension (they are automatically ensured to be correct).
* in `.ql` and `.qll` files, do not try to review the code itself as you don't understand the programming language
well enough to make comments in these languages. You can still check for typos or comment improvements.