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.
This commit is contained in:
Rasmus Wriedt Larsen
2023-12-14 14:39:32 +01:00
parent d8f53e5524
commit 36b635fb70
5 changed files with 0 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
* @kind problem
* @problem.severity recommendation
* @id py/meta/type-tracking-call-graph
* @tags meta
* @precision very-low
*/

View File

@@ -3,7 +3,6 @@
* @kind problem
* @problem.severity recommendation
* @id py/meta/call-graph-missing
* @tags meta
* @precision very-low
*/

View File

@@ -3,7 +3,6 @@
* @kind problem
* @problem.severity recommendation
* @id py/meta/call-graph-new
* @tags meta
* @precision very-low
*/

View File

@@ -3,7 +3,6 @@
* @kind problem
* @problem.severity recommendation
* @id py/meta/call-graph-new-ambiguous
* @tags meta
* @precision very-low
*/

View File

@@ -3,7 +3,6 @@
* @kind problem
* @problem.severity recommendation
* @id py/meta/call-graph-shared
* @tags meta
* @precision very-low
*/