rspec/rules/S1135/swift/rule.adoc

12 lines
129 B
Plaintext
Raw Normal View History

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