31 lines
585 B
JSON
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"
|
|
}
|