Files
codeql/cpp/ql/src/Telemetry/DatabaseQuality.ql
2024-11-11 17:16:35 +00:00

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()