rspec/rules/S7461/rust/metadata.json
2025-03-26 15:59:25 +01:00

25 lines
505 B
JSON

{
"title": "Conflicting `Borrow` and `Hash` implementations should be avoided",
"type": "BUG",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"clippy"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-7461",
"sqKey": "S7461",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"code": {
"impacts": {
"RELIABILITY": "HIGH"
},
"attribute": "LOGICAL"
}
}