yegor256 / qulice

Quality Police for Java projects: aggregator of Checkstyle and PMD
https://www.qulice.com
Other
301 stars 112 forks source link

Move check for pmd analyse ".java" files only #1195

Closed k3p7i3 closed 9 months ago

k3p7i3 commented 10 months ago

Closes: #1192

Moved check to PmdValidator#getNonExcludedFiles method, this place seems more appropriate to filter files for pmd analysis (of course, as long as only java files should be processed by pmd, otherwise this solution is wrong)

yegor256 commented 9 months ago

@k3p7i3 it seems that we don't this, after the merge of #1202