org.sonar.l10n.py.rules.python.S6727.json Maven / Gradle / Ivy
{
"title": "The abs_tol parameter should be provided when using math.isclose to compare values to 0",
"type": "BUG",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"scientific-computing"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6727",
"sqKey": "S6727",
"scope": "All",
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW",
"RELIABILITY": "HIGH",
"SECURITY": "LOW"
},
"attribute": "COMPLETE"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy