rspec/rules/S1131/swift/rule.adoc

9 lines
147 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
include::../description.adoc[]
== Noncompliant Code Example
----
// Noncompliant; there are extra spaces after 'String'
var str:String
----