mirror of
https://github.com/github/codeql.git
synced 2026-03-02 05:43:54 +01: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()
|