10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
This rule allows you to track the use of the Checkstyle suppression comment mechanism.
|
|
|
|
|
|
== Noncompliant Code Example
|
|
|
|
----
|
|
// CHECKSTYLE:OFF
|
|
----
|
|
|