2021-04-28 16:49:39 +02:00
|
|
|
This rule allows you to track the use of the Checkstyle suppression comment mechanism.
|
|
|
|
|
2021-04-28 18:08:03 +02:00
|
|
|
|
2021-04-28 16:49:39 +02:00
|
|
|
== Noncompliant Code Example
|
|
|
|
|
|
|
|
----
|
|
|
|
// CHECKSTYLE:OFF
|
|
|
|
----
|
2021-04-28 18:08:03 +02:00
|
|
|
|