org.sonar.l10n.py.rules.python.S2201.json Maven / Gradle / Ivy
{
"title": "Return values from functions without side effects should not be ignored",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"suspicious",
"confusing"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-2201",
"sqKey": "S2201",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy