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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "Boolean checks should not be inverted",
  "type": "CODE_SMELL",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "LOW"
    },
    "attribute": "CONVENTIONAL"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "2min"
  },
  "tags": [
    "pitfall"
  ],
  "defaultSeverity": "Minor",
  "ruleSpecification": "RSPEC-1940",
  "sqKey": "S1940",
  "scope": "All",
  "quickfix": "covered"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy