
When an include is not surrounded by empty lines, its content is inlined on the same line as the adjacent content. That can lead to broken tags and other display issues. This PR fixes all such includes and introduces a validation step that forbids introducing the same problem again.
18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
include::../rule.adoc[]
|
|
|
|
== Resources
|
|
|
|
* https://wiki.sei.cmu.edu/confluence/x/7DZGBQ[CERT, DCL50-J.] - Use visually distinct identifiers
|
|
* https://wiki.sei.cmu.edu/confluence/x/F9cxBQ[CERT, DCL02-C.] - Use visually distinct identifiers
|
|
* https://wiki.sei.cmu.edu/confluence/x/cdYxBQ[CERT, DCL16-C.] - Use "L," not "l," to indicate a long value
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
include::../message.adoc[]
|
|
|
|
endif::env-github,rspecator-view[]
|