rspec/rules/S1135/vbnet/rule.adoc

12 lines
134 B
Plaintext
Raw Normal View History

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