org.sonar.l10n.javascript.rules.javascript.S4124.json Maven / Gradle / Ivy
{
"title": "Constructors should not be declared inside interfaces",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-4124",
"sqKey": "S4124",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"TYPESCRIPT"
]
}