
Inline adoc files when they are included exactly once. Also fix language tags because this inlining gives us better information on what language the code is written in.
15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
== Why is this an issue?
|
|
|
|
include::description.adoc[]
|
|
|
|
include::noncompliant.adoc[]
|
|
|
|
include::compliant.adoc[]
|
|
|
|
=== Exceptions
|
|
|
|
Because they are not modifiable, this rule ignores ``++public final++`` fields.
|
|
|
|
|
|
include::see.adoc[]
|