Skip to content

Commit

Permalink
RATIS-2081. Comment that we skip checkstyle on test directory on purp…
Browse files Browse the repository at this point in the history
…ose (apache#1084)
  • Loading branch information
symious committed May 17, 2024
1 parent 9cfd1bf commit 8c7c444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,8 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<configuration>
<!-- We decide not to check style on test directory to focus more on code than format. -->
<!--includeTestSourceDirectory>true</includeTestSourceDirectory-->
<configLocation>dev-support/checkstyle.xml</configLocation>
<failOnViolation>true</failOnViolation>
<linkXRef>false</linkXRef>
Expand Down

0 comments on commit 8c7c444

Please sign in to comment.