rspec/rules/S824/cfamily/metadata.json
github-actions[bot] c00516692e
Modify rule S824: mark quick fix as "partial" (#4522)
Co-authored-by: frederic-tingaud-sonarsource <frederic-tingaud-sonarsource@users.noreply.github.com>
2024-11-21 10:03:22 +01:00

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"
}