rspec/rules/S103/go/rule.adoc
Fred Tingaud 16f6c0aecf
Inline adoc when include has no additional value (#1940)
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.
2023-05-25 14:18:12 +02:00

44 lines
718 B
Plaintext

include::../rule.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
=== Parameters
.maximumLineLength
****
----
200
----
The maximum authorized line length.
****
'''
== Comments And Links
(visible only on this page)
=== on 12 Apr 2018, 15:58:09 Alexandre Gigleux wrote:
According to \https://golang.org/doc/effective_go.html ...
____
Line length
Go has no line length limit. Don't worry about overflowing a punched card. If a line feels too long, wrap it and indent with an extra tab.
____
{empty}... but still it's good to enforce a convention.
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]