org.sonar.plugins.csharp.S3254.json Maven / Gradle / Ivy
{
"title": "Default parameter values should not be passed as arguments",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"finding",
"clumsy"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-3254",
"sqKey": "S3254",
"scope": "Main",
"quickfix": "covered"
}