diff --git a/rules/S6340/metadata.json b/rules/S6340/metadata.json new file mode 100644 index 0000000000..2c63c08510 --- /dev/null +++ b/rules/S6340/metadata.json @@ -0,0 +1,2 @@ +{ +} diff --git a/rules/S6340/secrets/metadata.json b/rules/S6340/secrets/metadata.json new file mode 100644 index 0000000000..53b30abc06 --- /dev/null +++ b/rules/S6340/secrets/metadata.json @@ -0,0 +1,16 @@ +{ + "title": "FIXME", + "type": "CODE_SMELL", + "status": "ready", + "remediation": { + "func": "Constant\/Issue", + "constantCost": "5min" + }, + "tags": [ + ], + "defaultSeverity": "Major", + "ruleSpecification": "RSPEC-6340", + "sqKey": "S6340", + "scope": "All", + "defaultQualityProfiles": ["Sonar way"] +} diff --git a/rules/S6340/secrets/rule.adoc b/rules/S6340/secrets/rule.adoc new file mode 100644 index 0000000000..128882dbc3 --- /dev/null +++ b/rules/S6340/secrets/rule.adoc @@ -0,0 +1,20 @@ +FIXME: add a description + +// If you want to factorize the description uncomment the following line and create the file. +//include::../description.adoc[] + +== Noncompliant Code Example + +---- +FIXME +---- + +== Compliant Solution + +---- +FIXME +---- + +== See + +FIXME: A list of links \ No newline at end of file