Create rule S7463
This commit is contained in:
parent
538d0b0b4f
commit
4be3c6eb3a
2
rules/S7463/metadata.json
Normal file
2
rules/S7463/metadata.json
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
{
|
||||||
|
}
|
25
rules/S7463/rust/metadata.json
Normal file
25
rules/S7463/rust/metadata.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"title": "FIXME",
|
||||||
|
"type": "CODE_SMELL",
|
||||||
|
"status": "ready",
|
||||||
|
"remediation": {
|
||||||
|
"func": "Constant\/Issue",
|
||||||
|
"constantCost": "5min"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
],
|
||||||
|
"defaultSeverity": "Major",
|
||||||
|
"ruleSpecification": "RSPEC-7463",
|
||||||
|
"sqKey": "S7463",
|
||||||
|
"scope": "All",
|
||||||
|
"defaultQualityProfiles": ["Sonar way"],
|
||||||
|
"quickfix": "unknown",
|
||||||
|
"code": {
|
||||||
|
"impacts": {
|
||||||
|
"MAINTAINABILITY": "HIGH",
|
||||||
|
"RELIABILITY": "MEDIUM",
|
||||||
|
"SECURITY": "LOW"
|
||||||
|
},
|
||||||
|
"attribute": "CONVENTIONAL"
|
||||||
|
}
|
||||||
|
}
|
44
rules/S7463/rust/rule.adoc
Normal file
44
rules/S7463/rust/rule.adoc
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
FIXME: add a description
|
||||||
|
|
||||||
|
// If you want to factorize the description uncomment the following line and create the file.
|
||||||
|
//include::../description.adoc[]
|
||||||
|
|
||||||
|
== Why is this an issue?
|
||||||
|
|
||||||
|
FIXME: remove the unused optional headers (that are commented out)
|
||||||
|
|
||||||
|
//=== What is the potential impact?
|
||||||
|
|
||||||
|
== How to fix it
|
||||||
|
//== How to fix it in FRAMEWORK NAME
|
||||||
|
|
||||||
|
=== Code examples
|
||||||
|
|
||||||
|
==== Noncompliant code example
|
||||||
|
|
||||||
|
[source,rust,diff-id=1,diff-type=noncompliant]
|
||||||
|
----
|
||||||
|
FIXME
|
||||||
|
----
|
||||||
|
|
||||||
|
==== Compliant solution
|
||||||
|
|
||||||
|
[source,rust,diff-id=1,diff-type=compliant]
|
||||||
|
----
|
||||||
|
FIXME
|
||||||
|
----
|
||||||
|
|
||||||
|
//=== How does this work?
|
||||||
|
|
||||||
|
//=== Pitfalls
|
||||||
|
|
||||||
|
//=== Going the extra mile
|
||||||
|
|
||||||
|
|
||||||
|
//== Resources
|
||||||
|
//=== Documentation
|
||||||
|
//=== Articles & blog posts
|
||||||
|
//=== Conference presentations
|
||||||
|
//=== Standards
|
||||||
|
//=== External coding guidelines
|
||||||
|
//=== Benchmarks
|
Loading…
x
Reference in New Issue
Block a user