JAVA-30728 Update PMD rule to consider only test sources (#16414)

Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
timis1 2024-04-19 15:02:50 +03:00 committed by GitHub
parent 0f8559fc75
commit f2e0668cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -170,6 +170,9 @@
<excludeRoots>
<excludeRoot>target/generated-sources</excludeRoot>
</excludeRoots>
<excludeRoots>
<excludeRoot>src/main</excludeRoot>
</excludeRoots>
</configuration>
<executions>
<execution>