Compare commits

...

3 Commits

Author SHA1 Message Date
Marco Borgeaud
43d5d3dd4e
Update rule.adoc 2024-09-30 14:02:13 +02:00
Marco Borgeaud
bedceb0981
Update metadata.json 2024-09-30 12:04:09 +02:00
marco-antognini-sonarsource
5554a1d299 Create rule S7106 2024-09-30 09:59:11 +00:00
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"title": "S6004 invisible replacement",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7106",
"sqKey": "S7106",
"scope": "All",
"defaultQualityProfiles": [],
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "MEDIUM",
"SECURITY": "LOW"
},
"attribute": "CONVENTIONAL"
}
}

View File

@ -0,0 +1,3 @@
== Why is this an issue?
Nothing to see here, this is a placeholder for S6004 replacement.

View File

@ -0,0 +1,2 @@
{
}