Skip to content

Commit

Permalink
Enable includeTestSourceDirectory
Browse files Browse the repository at this point in the history
Fix #48
  • Loading branch information
AB-xdev committed Apr 30, 2024
1 parent 4d4b380 commit 80ca591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions template-placeholder-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
</dependencies>
<configuration>
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions template-placeholder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
</dependencies>
<configuration>
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 80ca591

Please sign in to comment.