mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Add includeTestSourceDirectory=true to checkstyle config
This commit is contained in:
1
pom.xml
1
pom.xml
@ -168,6 +168,7 @@
|
|||||||
<violationSeverity>warning</violationSeverity>
|
<violationSeverity>warning</violationSeverity>
|
||||||
<excludes>**/target/generated-sources/*.*</excludes>
|
<excludes>**/target/generated-sources/*.*</excludes>
|
||||||
<!-- <linkXRef>false</linkXRef> -->
|
<!-- <linkXRef>false</linkXRef> -->
|
||||||
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>check</goal>
|
<goal>check</goal>
|
||||||
|
Reference in New Issue
Block a user