![github-actions[bot]](/assets/img/avatar_default.png)
Co-authored-by: frederic-tingaud-sonarsource <frederic-tingaud-sonarsource@users.noreply.github.com>
31 lines
594 B
JSON
31 lines
594 B
JSON
{
|
|
"title": "Functions should not be declared at block scope",
|
|
"type": "CODE_SMELL",
|
|
"code": {
|
|
"impacts": {
|
|
"MAINTAINABILITY": "MEDIUM"
|
|
},
|
|
"attribute": "CLEAR"
|
|
},
|
|
"status": "ready",
|
|
"remediation": {
|
|
"func": "Constant\/Issue",
|
|
"constantCost": "5min"
|
|
},
|
|
"tags": [
|
|
"misra-c++2008",
|
|
"misra-c2004"
|
|
],
|
|
"extra": {
|
|
"replacementRules": [],
|
|
"legacyKeys": []
|
|
},
|
|
"defaultSeverity": "Major",
|
|
"ruleSpecification": "RSPEC-824",
|
|
"sqKey": "S824",
|
|
"scope": "Main",
|
|
"defaultQualityProfiles": [
|
|
"Sonar way"
|
|
],
|
|
"quickfix": "partial"
|
|
} |