rspec/rules/S3688/rule.adoc

16 lines
190 B
Plaintext
Raw Normal View History

== Why is this an issue?
2020-06-30 12:48:39 +02:00
include::description.adoc[]
=== Noncompliant code example
Given parameters:
* className:java.lang.String
[source,text]
----
String name; // Noncompliant
----