rspec/rules/S7411/rust/metadata.json

26 lines
488 B
JSON

{
"title": "Shared code in all branches should be extracted",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"clippy"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7411",
"sqKey": "S7411",
"scope": "All",
"defaultQualityProfiles": [
],
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH"
},
"attribute": "DISTINCT"
}
}