Skip to content

Commit 80ca591

Browse files
committed
Enable includeTestSourceDirectory
Fix #48
1 parent 4d4b380 commit 80ca591

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

template-placeholder-demo/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
</dependencies>
9696
<configuration>
9797
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
98+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
9899
</configuration>
99100
<executions>
100101
<execution>

template-placeholder/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
</dependencies>
236236
<configuration>
237237
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
238+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
238239
</configuration>
239240
<executions>
240241
<execution>

0 commit comments

Comments
 (0)