rspec/rules/S1315/java/rule.adoc

10 lines
149 B
Plaintext
Raw Normal View History

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 16:49:39 +02:00
== Noncompliant Code Example
----
// CHECKSTYLE:OFF
----