25 lines
401 B
Plaintext
25 lines
401 B
Plaintext
This rule allows you to track the use of the Checkstyle suppression comment mechanism.
|
|
|
|
|
|
== Noncompliant Code Example
|
|
|
|
----
|
|
// CHECKSTYLE:OFF
|
|
----
|
|
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
include::message.adoc[]
|
|
|
|
'''
|
|
== Comments And Links
|
|
(visible only on this page)
|
|
|
|
include::comments-and-links.adoc[]
|
|
endif::env-github,rspecator-view[]
|