Skip to content

Commit 36b635f

Browse files
committed
Python: Remove @tags meta from internal debug queries
These queries were great when evaluating coverage of the new call-graph compared with the old. However, they are not useful to run as part of our DCA experiments.
1 parent d8f53e5 commit 36b635f

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

python/ql/src/meta/analysis-quality/TTCallGraph.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @kind problem
44
* @problem.severity recommendation
55
* @id py/meta/type-tracking-call-graph
6-
* @tags meta
76
* @precision very-low
87
*/
98

python/ql/src/meta/analysis-quality/TTCallGraphMissing.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @kind problem
44
* @problem.severity recommendation
55
* @id py/meta/call-graph-missing
6-
* @tags meta
76
* @precision very-low
87
*/
98

python/ql/src/meta/analysis-quality/TTCallGraphNew.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @kind problem
44
* @problem.severity recommendation
55
* @id py/meta/call-graph-new
6-
* @tags meta
76
* @precision very-low
87
*/
98

python/ql/src/meta/analysis-quality/TTCallGraphNewAmbiguous.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @kind problem
44
* @problem.severity recommendation
55
* @id py/meta/call-graph-new-ambiguous
6-
* @tags meta
76
* @precision very-low
87
*/
98

python/ql/src/meta/analysis-quality/TTCallGraphShared.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @kind problem
44
* @problem.severity recommendation
55
* @id py/meta/call-graph-shared
6-
* @tags meta
76
* @precision very-low
87
*/
98

0 commit comments

Comments
 (0)