org.sonar.l10n.py.rules.python.S935.json Maven / Gradle / Ivy
{
"title": "Functions and methods should only return expected values",
"type": "BUG",
"code": {
"impacts": {
"RELIABILITY": "HIGH"
},
"attribute": "LOGICAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"cwe",
"typing"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-935",
"sqKey": "S935",
"scope": "All",
"securityStandards": {
"CWE": [
394
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy