org.sonar.l10n.py.rules.python.FileComplexity.json Maven / Gradle / Ivy
{
"title": "Files should not be too complex",
"type": "CODE_SMELL",
"status": "deprecated",
"remediation": {
"func": "Linear with offset",
"linearDesc": "per complexity point above the threshold",
"linearOffset": "30min",
"linearFactor": "1min"
},
"tags": [
"brain-overload"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1908",
"sqKey": "FileComplexity",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy