rspec/rules/S1546/abap/rule.adoc

14 lines
218 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
include::../description.adoc[]
include::../noncompliant.adoc[]
include::../compliant.adoc[]
== Exceptions
----
CLASS my_class IMPLEMENTATION. //Only class DEFINITIONs are checked by this rule
...
ENDCLASS
----