![JAR search and dependency download from the Maven repository](/logo.png)
org.sonar.l10n.javascript.rules.javascript.S881.json Maven / Gradle / Ivy
{
"title": "Increment (++) and decrement (--) operators should not be used in a method call or mixed with other operators in an expression",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-881",
"sqKey": "S881",
"scope": "Main",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy