You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,8 @@ A query **must** include:
75
75
- Instead of `Call to banned function.` prefer `Call to banned function foobar.`.
76
76
- Instead of `Return value from call is unused.` prefer `Return value from call to function [x] is unused.`, where `[x]` is a link to the function itself.
77
77
- Do not try to explain the solution in the message; instead that should be provided in the help for the query.
78
+
79
+
All lines in CodeQL source files and test files should be kept to a maximum of 100 characters.
78
80
79
81
All public predicates, classes, modules and files should be documented with QLDoc. All QLDoc should follow the following QLDoc style guide:
0 commit comments