rspec/rules/S1310/java/rule.adoc

10 lines
133 B
Plaintext
Raw Normal View History

2021-04-28 16:49:39 +02:00
This rule allows you to track the use of the PMD suppression comment mechanism.
2021-04-28 16:49:39 +02:00
== Noncompliant Code Example
----
// NOPMD
----