org.sonar.l10n.py.rules.python.S6882.json Maven / Gradle / Ivy
{
"title": "Constructor attributes of date and time objects should be in the range of possible values",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"datetime"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6882",
"sqKey": "S6882",
"scope": "All",
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "MEDIUM",
"SECURITY": "LOW"
},
"attribute": "CONVENTIONAL"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy