rspec/rules/S920/rust/metadata.json

34 lines
572 B
JSON

{
"title": "Match expression conditions should not have boolean type",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"clippy"
],
"extra": {
"replacementRules": [
],
"legacyKeys": [
]
},
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-920",
"sqKey": "S920",
"scope": "Main",
"defaultQualityProfiles": [
],
"quickfix": "unknown"
}