We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4c8df commit e821b8bCopy full SHA for e821b8b
cpp/ql/src/Diagnostics/FailedExtractorInvocations.ql
@@ -1,7 +1,7 @@
1
/**
2
* @name Failed extractor invocations
3
* @description Gives the command line of compilations for which extraction did not run to completion.
4
- * @kind diagnostic
+ * @kind table
5
* @id cpp/diagnostics/failed-extractor-invocations
6
*/
7
@@ -19,4 +19,4 @@ string describe(Compilation c) {
19
20
from Compilation c
21
where not c.normalTermination()
22
-select c, "Extraction aborted for " + describe(c), 2
+select c, "Extraction aborted for " + describe(c)
0 commit comments