rspec/rules/S1135/dart/rule.adoc
2024-07-12 11:57:36 +02:00

15 lines
170 B
Plaintext

== Why is this an issue?
include::../description.adoc[]
=== Noncompliant code example
[source,dart]
----
void doSomething() {
// TODO
}
----
include::../see.adoc[]