rspec/rules/S1135/vb6/rule.adoc

13 lines
160 B
Plaintext
Raw Normal View History

include::../description.adoc[]
== Noncompliant Code Example
----
Rem TODO Add documentation
Sub DoSomething()
' TODO
End Sub
----
include::../see.adoc[]