Skip to content

Commit f50817e

Browse files
authored
Merge pull request #15104 from RasmusWL/fewer-meta-queries
Python: Remove `@tags meta` from internal debug queries
2 parents e0c027f + 36b635f commit f50817e

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)