rspec/rules/S1186/vbnet/empty-code.adoc

5 lines
65 B
Plaintext
Raw Normal View History

2023-06-09 14:51:36 +02:00
[source,vbnet]
----
Sub DoSomething() ' Noncompliant
End Sub
----