"label": "issue.type.SECURITY_HOTSPOT",
"value": "SECURITY_HOTSPOT",
},
- Object {
- "label": "issue.type.UNKNOWN",
- "value": "UNKNOWN",
- },
]
}
searchable={false}
"label": "issue.type.SECURITY_HOTSPOT",
"value": "SECURITY_HOTSPOT",
},
- Object {
- "label": "issue.type.UNKNOWN",
- "value": "UNKNOWN",
- },
]
}
searchable={false}
'CODE_SMELL',
'SECURITY_HOTSPOT'
];
-export const RULE_TYPES: T.RuleType[] = [
- 'BUG',
- 'VULNERABILITY',
- 'CODE_SMELL',
- 'SECURITY_HOTSPOT',
- 'UNKNOWN'
-];
+export const RULE_TYPES: T.RuleType[] = ['BUG', 'VULNERABILITY', 'CODE_SMELL', 'SECURITY_HOTSPOT'];
export const RULE_STATUSES = ['READY', 'BETA', 'DEPRECATED'];
export const CHART_COLORS_RANGE_PERCENT = [