25 lines
505 B
JSON
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"
|
|
}
|
|
}
|