rspec/rules/S108/rpg/rule.adoc

38 lines
660 B
Plaintext
Raw Normal View History

2020-06-30 10:16:44 +02:00
include::../description.adoc[]
== Noncompliant Code Example
2022-02-04 17:28:24 +01:00
[source,rpg]
2020-06-30 10:16:44 +02:00
----
C 99W1SCNO IFEQ 1
C EXSR SR201
C ELSE
C* Empty on purpose or missing a piece of code?
C END
----
2022-02-04 17:28:24 +01:00
[source,rpg]
2020-06-30 10:16:44 +02:00
----
/free
for i = 1 to n;
endfor;
/end-free
----
include::../exceptions.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]