rspec/rules/S1135/kotlin/rule.adoc
2021-02-04 12:40:22 +01:00

12 lines
128 B
Plaintext

include::../description.adoc[]
== Noncompliant Code Example
----
fun doSomething() {
// TODO
}
----
include::../see.adoc[]