org.sonar.l10n.delphi.rules.community-delphi.UnitName.json Maven / Gradle / Ivy
The newest version!
{
"title": "Unit names should comply with a naming convention",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant/Issue",
"constantCost": "15min"
},
"code": {
"attribute": "IDENTIFIABLE",
"impacts": {
"MAINTAINABILITY": "LOW"
}
},
"tags": ["convention"],
"defaultSeverity": "Minor",
"scope": "ALL",
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy