rspec/rules/S1133/vbnet/rule.adoc

26 lines
395 B
Plaintext
Raw Normal View History

2023-02-02 13:56:32 +01:00
include::../description.adoc[]
== Noncompliant Code Example
[source,vbnet]
----
<Obsolete> ' Noncompliant
Sub Procedure()
End Sub
----
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[]