org.sonar.l10n.javascript.rules.javascript.S6763.json Maven / Gradle / Ivy
{
"title": "\"shouldComponentUpdate\" should not be defined when extending \"React.PureComponent\"",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"react"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6763",
"sqKey": "S6763",
"scope": "All",
"quickfix": "infeasible",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "LOW"
},
"attribute": "EFFICIENT"
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}