rspec/rules/S1135/xml/rule.adoc

23 lines
430 B
Plaintext
Raw Normal View History

include::../description.adoc[]
== Noncompliant Code Example
----
<!-- TODO Drop this dependency -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
</dependency>
----
include::../see.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]