org.sonar.l10n.javascript.rules.javascript.S6486.json Maven / Gradle / Ivy
{
"title": "JSX list components keys should match up between renders",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "EFFICIENT"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"react",
"jsx",
"performance"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6486",
"sqKey": "S6486",
"scope": "Main",
"quickfix": "infeasible",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}