org.sonar.l10n.javascript.rules.javascript.S1186.json Maven / Gradle / Ivy
{
"title": "Functions should not be empty",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "COMPLETE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"suspicious"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-1186",
"sqKey": "S1186",
"scope": "Main",
"quickfix": "covered",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}