org.sonar.l10n.py.rules.python.S6742.json Maven / Gradle / Ivy
{
"title": "pandas.pipe method should be preferred over long chains of instructions",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"pandas",
"data-science"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6742",
"sqKey": "S6742",
"scope": "All",
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy