org.sonar.plugins.csharp.S3241.json Maven / Gradle / Ivy
{
"title": "Methods should not return values that are never used",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"design",
"unused"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-3241",
"sqKey": "S3241",
"scope": "All",
"quickfix": "unknown"
}