mirror of
https://github.com/github/codeql.git
synced 2026-05-08 23:21:37 +02:00
C++: Limit metrics to top 500
This commit is contained in:
@@ -9,4 +9,5 @@
|
||||
import Metrics
|
||||
|
||||
from CppMetrics::SucceededIncludeCount m
|
||||
where RankMetric<CppMetrics::SucceededIncludeCount>::getRank(m) <= 500
|
||||
select m.getIncludeText(), m.getValue()
|
||||
|
||||
Reference in New Issue
Block a user