diff --git a/rules/S7455/rust/metadata.json b/rules/S7455/rust/metadata.json index 811ed15426..1e39b3905f 100644 --- a/rules/S7455/rust/metadata.json +++ b/rules/S7455/rust/metadata.json @@ -1,12 +1,13 @@ { - "title": "FIXME", - "type": "CODE_SMELL", + "title": "The return value of `next` should not be looped over", + "type": "BUG", "status": "ready", "remediation": { "func": "Constant\/Issue", "constantCost": "5min" }, "tags": [ + "clippy" ], "defaultSeverity": "Major", "ruleSpecification": "RSPEC-7455", @@ -16,10 +17,8 @@ "quickfix": "unknown", "code": { "impacts": { - "MAINTAINABILITY": "HIGH", - "RELIABILITY": "MEDIUM", - "SECURITY": "LOW" + "RELIABILITY": "MEDIUM" }, - "attribute": "CONVENTIONAL" + "attribute": "LOGICAL" } }