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", "type": "CODE_SMELL",
"status": "ready", "status": "ready",
"remediation": { "remediation": {
"func": "Constant\/Issue", "func": "Constant\/Issue",
"constantCost": "5min" "constantCost": "2min"
}, },
"tags": [ "tags": [
"java22"
], ],
"defaultSeverity": "Major", "defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-7465", "ruleSpecification": "RSPEC-7465",
"sqKey": "S7465", "sqKey": "S7465",
"scope": "All", "scope": "All",
"defaultQualityProfiles": ["Sonar way"], "defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown", "quickfix": "targeted",
"code": { "code": {
"impacts": { "impacts": {
"MAINTAINABILITY": "HIGH", "MAINTAINABILITY": "LOW"
"RELIABILITY": "MEDIUM",
"SECURITY": "LOW"
}, },
"attribute": "CONVENTIONAL" "attribute": "CLEAR"
} }
} }