rspec/rules/S1310/java/rule.adoc
2021-04-28 16:49:39 +02:00

8 lines
131 B
Plaintext

This rule allows you to track the use of the PMD suppression comment mechanism.
== Noncompliant Code Example
----
// NOPMD
----