2020-09-24 15:42:14 +02:00
|
|
|
FIXME: add a description
|
|
|
|
|
|
|
|
// If you want to factorize the description uncomment the following line and create the file.
|
|
|
|
//include::../description.adoc[]
|
|
|
|
|
2023-03-10 16:17:05 +01:00
|
|
|
== 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
|
2020-09-24 15:42:14 +02:00
|
|
|
|
2022-02-04 17:28:24 +01:00
|
|
|
[source,text]
|
2020-09-24 15:42:14 +02:00
|
|
|
----
|
|
|
|
FIXME
|
|
|
|
----
|
|
|
|
|
2023-03-10 16:17:05 +01:00
|
|
|
==== Compliant solution
|
2020-09-24 15:42:14 +02:00
|
|
|
|
2022-02-04 17:28:24 +01:00
|
|
|
[source,text]
|
2020-09-24 15:42:14 +02:00
|
|
|
----
|
|
|
|
FIXME
|
|
|
|
----
|
|
|
|
|
2023-03-10 16:17:05 +01:00
|
|
|
//=== How does this work?
|
|
|
|
|
|
|
|
//=== Pitfalls
|
|
|
|
|
|
|
|
//=== Going the extra mile
|
|
|
|
|
2020-09-24 15:42:14 +02:00
|
|
|
|
2023-03-10 16:17:05 +01:00
|
|
|
//== Resources
|
|
|
|
//=== Documentation
|
|
|
|
//=== Articles & blog posts
|
|
|
|
//=== Conference presentations
|
|
|
|
//=== Standards
|