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

4 lines
64 B
Plaintext
Raw Normal View History

2023-06-09 14:51:36 +02:00
[source,csharp]
----
void DoSomething() { } // Noncompliant
----