All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.py.rules.python.S6727.json Maven / Gradle / Ivy

There is a newer version: 4.23.0.17664
Show newest version
{
  "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