org.sonar.l10n.py.rules.python.S6735.json Maven / Gradle / Ivy
{
"title": "When using pandas.merge or pandas.join, the parameters on, how and validate should be provided",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"pandas",
"data-science"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6735",
"sqKey": "S6735",
"scope": "All",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy