![github-actions[bot]](/assets/img/avatar_default.png)
* Create rule S7437 * Update rule.adoc * Update metadata.json * Update metadata.json * Update metadata.json * Update metadata.json * Update metadata.json --------- Co-authored-by: sallaigy <sallaigy@users.noreply.github.com> Co-authored-by: Gyula Sallai <gyula.sallai@sonarsource.com>
25 lines
489 B
JSON
25 lines
489 B
JSON
{
|
|
"title": "Variables should be swapped using `std::mem::swap`",
|
|
"type": "BUG",
|
|
"status": "ready",
|
|
"remediation": {
|
|
"func": "Constant\/Issue",
|
|
"constantCost": "5min"
|
|
},
|
|
"tags": [
|
|
"clippy"
|
|
],
|
|
"defaultSeverity": "Blocker",
|
|
"ruleSpecification": "RSPEC-7437",
|
|
"sqKey": "S7437",
|
|
"scope": "All",
|
|
"defaultQualityProfiles": ["Sonar way"],
|
|
"quickfix": "unknown",
|
|
"code": {
|
|
"impacts": {
|
|
"RELIABILITY": "HIGH"
|
|
},
|
|
"attribute": "LOGICAL"
|
|
}
|
|
}
|