Skip to content

Commit a85b209

Browse files
authored
Merge pull request #7969 from github/doc-remove-filter-queries
Docs: remove mention of 'filter queries'
2 parents 327e0da + 47eb96d commit a85b209

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/codeql/writing-codeql-queries/metadata-for-codeql-queries.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ The following properties are supported by all query files:
5252
| ``@security-severity``| ``<score>`` | Defines the level of severity, between 0.0 and 10.0, for queries with ``@tags security``. For more information about calculating ``@security-severity``, see the `GitHub changelog <https://github.blog/changelog/2021-07-19-codeql-code-scanning-new-severity-levels-for-security-alerts/>`__. |
5353
+-----------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
5454

55-
Additional properties for filter queries
56-
----------------------------------------
57-
58-
Filter queries are used to define additional constraints to limit the results that are returned by other queries. A filter query must have the same ``@kind`` property as the query whose results it is filtering. No additional metadata properties are required.
59-
6055
Example
6156
-------
6257

0 commit comments

Comments
 (0)