rspec/rules/S1135/csharp/rule.adoc

13 lines
138 B
Plaintext
Raw Normal View History

include::../description.adoc[]
== Noncompliant Code Example
----
private void DoSomething()
{
// TODO
}
----
include::../see.adoc[]