rspec/rules/S3431/metadata.json
2024-08-09 10:58:55 +02:00

35 lines
578 B
JSON

{
"title": "\"[ExpectedException]\" should not be used",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"tests"
],
"extra": {
"replacementRules": [
],
"legacyKeys": [
]
},
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-3431",
"sqKey": "S3431",
"scope": "Tests",
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "unknown"
}