org.sonar.l10n.py.rules.python.ClassComplexity.json Maven / Gradle / Ivy
{
"title": "Cyclomatic Complexity of classes should not be too high",
"type": "CODE_SMELL",
"status": "deprecated",
"remediation": {
"func": "Linear with offset",
"linearDesc": "per complexity point over the threshold",
"linearOffset": "10min",
"linearFactor": "1min"
},
"tags": [
"brain-overload"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-1311",
"sqKey": "ClassComplexity",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy