org.sonar.l10n.javascript.rules.javascript.S3498.json Maven / Gradle / Ivy
{
"title": "Object literal shorthand syntax should be used",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "1min"
},
"tags": [
"convention",
"es2015"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-3498",
"sqKey": "S3498",
"scope": "Main",
"quickfix": "covered",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}