mirror of
https://github.com/github/codeql.git
synced 2026-04-12 18:44:00 +02:00
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
/**
|
|
* @name Database quality
|
|
* @description Metrics that indicate the quality of the database.
|
|
* @kind metric
|
|
* @tags summary telemetry
|
|
* @id cpp/telemetry/database-quality
|
|
*/
|
|
|
|
import Metrics
|
|
|
|
from QualityMetric m
|
|
select m.toString(), m.getValue()
|