Add metadata

This commit is contained in:
Tomasz Tylenda 2025-03-28 13:47:26 +01:00
parent 5cd33efb5d
commit e0e4d95f54

View File

@ -1,25 +1,24 @@
{
"title": "FIXME",
"title": "Unused arguments in lambda expressions should be denoted with an underscore \"_\"",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
"constantCost": "2min"
},
"tags": [
"java22"
],
"defaultSeverity": "Major",
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-7465",
"sqKey": "S7465",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"quickfix": "targeted",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "MEDIUM",
"SECURITY": "LOW"
"MAINTAINABILITY": "LOW"
},
"attribute": "CONVENTIONAL"
"attribute": "CLEAR"
}
}