
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.
20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
== Why is this an issue?
|
|
|
|
include::../description.adoc[]
|
|
|
|
=== Exceptions
|
|
|
|
This rule does not apply to nested classes and interfaces.
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
=== Message
|
|
|
|
"Put this top-level [class|interface|module] declaration in a dedicated source file."
|
|
|
|
|
|
endif::env-github,rspecator-view[]
|