diff --git a/rules/S6620/metadata.json b/rules/S6620/metadata.json index 607db148829..152453471e0 100644 --- a/rules/S6620/metadata.json +++ b/rules/S6620/metadata.json @@ -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": { @@ -12,8 +12,7 @@ "func": "Constant\/Issue", "constantCost": "5min" }, - "tags": [ - ], + "tags": ["rspec-showcase"], "defaultSeverity": "Major", "ruleSpecification": "RSPEC-6620", "sqKey": "S6620", diff --git a/rules/S6778/java/metadata.json b/rules/S6778/java/metadata.json index 281d58ea96b..0fd2ed0a5ed 100644 --- a/rules/S6778/java/metadata.json +++ b/rules/S6778/java/metadata.json @@ -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",