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: docs/query-metadata-style-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Note, `@id` properties should be consistent for queries that highlight the same
104
104
* alerts (`@kind problem`)
105
105
* alerts containing path information (`@kind path-problem`)
106
106
107
-
These `@kind` properties support two further properties which are added by Semmle after the query has been tested, prior to deployment to LGTM. The following information is for reference:
107
+
Alert queries (`@kind problem` or `path-problem`) support two further properties. These are added by Semmle after the query has been tested, prior to deployment to LGTM. The following information is for reference:
108
108
109
109
110
110
@@ -129,7 +129,7 @@ The `@tags` property is used to define categories that the query relates to. Eac
129
129
*`@tags readability`–for queries that detect confusing patterns that make it harder for developers to read the code.
130
130
*`@tags security`–for queries that detect security weaknesses. See below for further information.
131
131
132
-
There are also more specific `@tags` that can be specified. See, the the following pages for examples of the low-level tags:
132
+
There are also more specific `@tags` that can be added. See, the following pages for examples of the low-level tags:
@@ -169,7 +169,7 @@ The select clause of each alert query defines the alert message that is displaye
169
169
* Where you reference another program element, link to it if possible using a substitution (`$@`). Links should be used inline in the sentence, rather than as parenthesised lists or appositions.
170
170
* When a message contains multiple links, construct a sentence that has the most variable link (that is, the link with most targets) last. For further information, see [Defining select statements](https://help.semmle.com/QL/learn-ql/ql/writing-queries/select-statement.html)
171
171
172
-
See the following pages for examples of alert messages:
172
+
For examples of select clauses and alert messages, see the query source files at the following pages:
0 commit comments