org.sonar.plugins.csharp.S818.json Maven / Gradle / Ivy
{
"title": "Literal suffixes should be upper case",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "IDENTIFIABLE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"convention",
"pitfall"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-818",
"sqKey": "S818",
"scope": "All",
"quickfix": "covered"
}