org.sonar.plugins.csharp.S1192.json Maven / Gradle / Ivy
{
"title": "String literals should not be duplicated",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "DISTINCT"
},
"status": "ready",
"remediation": {
"func": "Linear with offset",
"linearDesc": "per duplicate instance",
"linearOffset": "2min",
"linearFactor": "2min"
},
"tags": [
"design"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-1192",
"sqKey": "S1192",
"scope": "Main",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy