org.sonar.l10n.javascript.rules.javascript.S1131.json Maven / Gradle / Ivy
{
"title": "Lines should not end with trailing whitespaces",
"type": "CODE_SMELL",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "1min"
},
"tags": [],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-1131",
"sqKey": "S1131",
"scope": "Main",
"quickfix": "covered",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}