Description:
There is my case: we are developing an educational online platform for programmers and check their code using configured PMD and some other linters. But some of out advanced learners just disable all PMD checks for their code using the @SuppressWarnings("PMD") annotation or NOPMD comments.
Is it possible to fully ignore the SuppressWarnings annotation and the NOPMD comment using some kind of PMD settings?
Unfortunately, I cannot find this in docs.
Description:
There is my case: we are developing an educational online platform for programmers and check their code using configured PMD and some other linters. But some of out advanced learners just disable all PMD checks for their code using the @SuppressWarnings("PMD") annotation or NOPMD comments.
Is it possible to fully ignore the SuppressWarnings annotation and the NOPMD comment using some kind of PMD settings?
Unfortunately, I cannot find this in docs.