Skip to content

Commit eb2d02b

Browse files
committed
Move checkstyle away from the root folder
1 parent b311e22 commit eb2d02b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
</executions>
433433
<configuration>
434434
<logViolationsToConsole>true</logViolationsToConsole>
435-
<configLocation>checkstyle.xml</configLocation>
435+
<configLocation>src/checkstyle.xml</configLocation>
436436
</configuration>
437437
</plugin>
438438
<plugin>

Diff for: checkstyle.xml renamed to src/checkstyle.xml

File renamed without changes.

0 commit comments

Comments
 (0)