rspec/rules/S1310/rule.adoc
2020-06-30 17:16:12 +02:00

10 lines
133 B
Plaintext

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