Skip to content

Commit b5c88c7

Browse files
committed
Rust: Give the extraction consistency query metadata as well.
1 parent 414fcf8 commit b5c88c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rust/ql/consistency-queries/ExtractionConsistency.ql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @name Extraction consistency
3+
* @description Lists the extraction inconsistencies (errors) in the database. This query is intended for internal use.
4+
* @kind table
5+
* @id rust/diagnostics/extraction-consistency
6+
*/
7+
18
import codeql.rust.Diagnostics
29

310
query predicate extractionError(ExtractionError ee) { any() }

0 commit comments

Comments
 (0)