org.sonar.plugins.csharp.S2342.json Maven / Gradle / Ivy
{
"title": "Enumeration types should comply with a naming convention",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "IDENTIFIABLE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"convention"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-2342",
"sqKey": "S2342",
"scope": "All",
"quickfix": "unknown"
}