Compare commits

...

1 Commits

Author SHA1 Message Date
hendrik-buchwald-sonarsource
813c417c57 Create rule S6340 2021-07-28 15:10:04 +00:00
3 changed files with 38 additions and 0 deletions

View File

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

View File

@ -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"]
}

View File

@ -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