rspec/rules/S1186/vbnet/empty-code.adoc
2023-06-09 14:51:36 +02:00

5 lines
65 B
Plaintext

[source,vbnet]
----
Sub DoSomething() ' Noncompliant
End Sub
----