org.sonar.plugins.csharp.S2360.json Maven / Gradle / Ivy
{
"title": "Optional parameters should not be used",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"pitfall"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-2360",
"sqKey": "S2360",
"scope": "All",
"quickfix": "unknown"
}