org.sonar.l10n.javascript.rules.javascript.S6544.json Maven / Gradle / Ivy
{
"title": "Promises should not be misused",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"promise",
"async",
"type-dependent"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6544",
"sqKey": "S6544",
"scope": "All",
"quickfix": "partial",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy