rspec/rules/S6793/javascript/metadata.json
2023-10-12 14:12:47 +02:00

27 lines
548 B
JSON

{
"title": "ARIA properties in DOM elements should have valid values",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"react",
"a11y"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6793",
"sqKey": "S6793",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "infeasible",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW",
"RELIABILITY": "MEDIUM"
},
"attribute": "LOGICAL"
}
}