How to run pmd analysis for multiple files? here if for suppose there are multiple .cls files , then how can I run analysis on multiple files in single time?
pmd.bat -d "$(Build.SourcesDirectory)\code\src\apexcode.cls" -f xml -R "$(Build.SourcesDirectory)\code\build\MyApexRule.xml" -reportfile pmd.xml