mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
Merge pull request #21344 from github/tausbn/python-remove-points-to-from-metrics-libraries
Python: Remove points-to from metrics library
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