Skip to content

Commit 4166279

Browse files
committed
chore(pom): rename checks.xml to checkstyle.xml
1 parent 72171c7 commit 4166279

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</dependency>
9494
</dependencies>
9595
<configuration>
96-
<configLocation>${project.basedir}/checks.xml</configLocation>
96+
<configLocation>checkstyle.xml</configLocation>
9797
<failOnViolation>true</failOnViolation>
9898
</configuration>
9999
<executions>

0 commit comments

Comments
 (0)