rspec/rules/S3541/cfamily/metadata.json
Loïc Joly 5675385d6b
Modify rule S3541: Deprecate the rule (CPP-5904) (#4559)
Also improve documentation of the deprecation process.
2024-12-11 11:30:05 +01:00

31 lines
585 B
JSON

{
"title": "Allocation and deallocation functions should not be explicitly declared \"static\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [],
"extra": {
"replacementRules": [
],
"legacyKeys": [
]
},
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-3541",
"sqKey": "S3541",
"scope": "Main",
"defaultQualityProfiles": [],
"quickfix": "unknown"
}