Skip to content

Commit 74178a5

Browse files
committed
Call out the copied code issue for qhelp files again (more generally) in the Supported CodeQL queries and libraries doc.
1 parent cb16c64 commit 74178a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/supported-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The process must begin with the first step and must conclude with the final step
2020

2121
Query help files explain the purpose of your query to other users. Write your query help in a `.qhelp` file and save it in the same directory as your query. For more information on writing query help, see the [Query help style guide](query-help-style-guide.md).
2222

23-
- Note, in particular, that almost all queries need to have a pair of "before" and "after" examples demonstrating the kind of problem the query identifies and how to fix it. Make sure that the examples are actually consistent with what the query does, for example by including them in your unit tests.
23+
- Note, in particular, that almost all queries need to have a pair of "before" and "after" examples demonstrating the kind of problem the query identifies and how to fix it. Make sure that the examples are actually consistent with what the query does, for example by including them in your unit tests. Examples must be original, not copied from third-party sources.
2424
- At the time of writing, there is no way of previewing help locally. Once you've opened a PR, a preview will be created as part of the CI checks. A GitHub employee will review this and let you know of any problems.
2525

2626
3. **Write unit tests**

0 commit comments

Comments
 (0)