mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Python: Update all metrics-dependant queries
The ones that no longer require points-to no longer import `LegacyPointsTo`. The ones that do use the specific `...MetricsWithPointsTo` classes that are applicable.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import python
|
||||
private import LegacyPointsTo
|
||||
|
||||
from FunctionMetrics func
|
||||
from FunctionMetricsWithPointsTo func
|
||||
select func.toString(), func.getCyclomaticComplexity()
|
||||
|
||||
Reference in New Issue
Block a user