org.sonar.l10n.javascript.rules.javascript.S2427.json Maven / Gradle / Ivy
{
"title": "The base should be provided to \"parseInt\"",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "LOW"
},
"attribute": "COMPLETE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"user-experience"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-2427",
"sqKey": "S2427",
"scope": "Main",
"quickfix": "covered",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}