org.sonar.l10n.javascript.rules.javascript.S4335.json Maven / Gradle / Ivy
{
"title": "Type intersections should use meaningful types",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "HIGH"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"pitfall",
"type-dependent"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-4335",
"sqKey": "S4335",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"TYPESCRIPT"
]
}