aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/overview/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview/utils.ts')
-rw-r--r--server/sonar-web/src/main/js/apps/overview/utils.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/utils.ts b/server/sonar-web/src/main/js/apps/overview/utils.ts
index 332a91fefc6..e42daa22931 100644
--- a/server/sonar-web/src/main/js/apps/overview/utils.ts
+++ b/server/sonar-web/src/main/js/apps/overview/utils.ts
@@ -112,16 +112,6 @@ export enum MeasurementType {
Duplication = 'DUPLICATION',
}
-/*
- * Metrics part of Clean As You Code
- */
-export const CAYC_METRICS: string[] = [
- MetricKey.new_maintainability_rating,
- MetricKey.new_reliability_rating,
- MetricKey.new_security_hotspots_reviewed,
- MetricKey.new_security_rating,
-];
-
const MEASUREMENTS_MAP = {
[MeasurementType.Coverage]: {
metric: MetricKey.coverage,