Skip to content

Commit f698d0a

Browse files
authored
Update query-metadata-style-guide.md
1 parent 14d178f commit f698d0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/query-metadata-style-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Alert queries (`@kind problem` or `path-problem`) support two further properties
121121

122122
## Query tags `@tags`
123123

124-
The `@tags` property is used to define the high level category of problem that the query relates to. Each alert query should belong to one of the following two top-level categories, with additional sub-categories:
124+
The `@tags` property is used to define the high level category of problem that the query relates to. Each alert query should belong to one of the following two top-level categories, with additional sub-categories:
125125

126126
### High level category `@tags`
127127
* `@tags security`–for queries that detect security weaknesses. See below for further information.
@@ -173,6 +173,8 @@ There are also more specific `@tags` that can be added. See, the following pages
173173
* [JavaScript queries](https://codeql.github.com/codeql-query-help/javascript/)
174174
* [Python queries](https://codeql.github.com/codeql-query-help/python/)
175175

176+
> [!NOTE]
177+
> There is a limit of 10 tags per query!
176178
177179
### Severities
178180

0 commit comments

Comments
 (0)