org.sonar.l10n.javascript.rules.javascript.S7059.json Maven / Gradle / Ivy
{
"title": "Constructors should not contain asynchronous operations",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7059",
"sqKey": "S7059",
"scope": "All",
"quickfix": "infeasible",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "HIGH"
},
"attribute": "MODULAR"
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}