org.sonar.plugins.csharp.S110.json Maven / Gradle / Ivy
{
"title": "Inheritance tree of classes should not be too deep",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "FOCUSED"
},
"status": "ready",
"remediation": {
"func": "Linear with offset",
"linearDesc": "Number of parents above the defined threshold",
"linearOffset": "4h",
"linearFactor": "30min"
},
"tags": [
"design"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-110",
"sqKey": "S110",
"scope": "All",
"quickfix": "unknown"
}