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",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user