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
+3
View File
@@ -170,6 +170,9 @@
<excludeRoots> <excludeRoots>
<excludeRoot>target/generated-sources</excludeRoot> <excludeRoot>target/generated-sources</excludeRoot>
</excludeRoots> </excludeRoots>
<excludeRoots>
<excludeRoot>src/main</excludeRoot>
</excludeRoots>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>