org.sonar.l10n.delphi.rules.community-delphi.GroupedVariableDeclaration.json Maven / Gradle / Ivy
The newest version!
{
"title": "Variables should be declared individually",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant/Issue",
"constantCost": "1min"
},
"code": {
"attribute": "CLEAR",
"impacts": {
"MAINTAINABILITY": "LOW"
}
},
"tags": ["confusing", "pitfall"],
"defaultSeverity": "Minor",
"scope": "ALL",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy