org.sonar.l10n.javascript.rules.javascript.S3001.json Maven / Gradle / Ivy
{
"title": "\"delete\" should be used only with object properties",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-3001",
"sqKey": "S3001",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}