org.sonar.l10n.css.rules.css.S1128.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-javascript-plugin Show documentation
Show all versions of sonar-javascript-plugin Show documentation
Code Analyzer for JavaScript/TypeScript/CSS
{
"title": "Duplicate imports should be removed",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"unused"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-1128",
"sqKey": "S1128",
"scope": "All",
"quickfix": "unknown"
}