Skip to content

Commit

Permalink
Modify Rule S6620: Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-tingaud-sonarsource authored Jan 22, 2024
1 parent 55210bd commit ba118db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions rules/S6620/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "This is a rule showcasing which features avaibles in Asciidoc as available when writing a rule description",
"title": "This is a rule showcasing which features are available in Asciidoc when writing a rule description",
"type": "CODE_SMELL",
"code": {
"impacts": {
Expand All @@ -12,8 +12,7 @@
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
],
"tags": ["rspec-showcase"],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6620",
"sqKey": "S6620",
Expand Down
5 changes: 2 additions & 3 deletions rules/S6778/java/metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"title": "This is a rule showcasing a rule with mutliple frameworks",
"title": "This is a rule showcasing a rule with multiple frameworks",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
],
"tags": ["rspec-showcase"],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6778",
"sqKey": "S6778",
Expand Down

0 comments on commit ba118db

Please sign in to comment.