org.sonar.l10n.javascript.rules.javascript.S1440.json Maven / Gradle / Ivy
{
"title": "\"\u003d\u003d\u003d\" and \"!\u003d\u003d\" should be used instead of \"\u003d\u003d\" and \"!\u003d\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"suspicious"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1440",
"sqKey": "S1440",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}