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

4 lines
64 B
Plaintext

[source,csharp]
----
void DoSomething() { } // Noncompliant
----