org.sonar.l10n.javascript.rules.javascript.S3686.json Maven / Gradle / Ivy
{
"title": "Functions should be called consistently with or without \"new\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "15min"
},
"tags": [],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-3686",
"sqKey": "S3686",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT"
]
}