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

8 lines
192 B
Plaintext

In this case, it is important to put a comment explaining the reason for the empty implementation.
[source,vbnet]
----
Sub DoSomething() ' Compliant
' Do nothing because of X
End Sub
----