rspec/rules/S1133/vbnet/rule.adoc

29 lines
423 B
Plaintext
Raw Normal View History

== Why is this an issue?
2023-02-02 13:56:32 +01:00
include::../description.adoc[]
=== Noncompliant code example
2023-02-02 13:56:32 +01:00
[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[]
2023-02-02 13:56:32 +01:00
endif::env-github,rspecator-view[]