Add metadata
This commit is contained in:
parent
5cd33efb5d
commit
e0e4d95f54
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user