Skip to content

Commit c377202

Browse files
author
Vladimir Kotal
committed
move checkstyle to the dev directory
1 parent b9e7c7d commit c377202

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,12 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
261261
<id>checkstyle</id>
262262
<phase>validate</phase>
263263
<configuration>
264-
<configLocation>/checkstyle/style.xml</configLocation>
264+
<configLocation>/dev/checkstyle/style.xml</configLocation>
265265
<encoding>UTF-8</encoding>
266266
<consoleOutput>true</consoleOutput>
267267
<failsOnError>true</failsOnError>
268-
<suppressionsLocation>/checkstyle/suppressions.xml</suppressionsLocation>
269-
<headerLocation>/checkstyle/fileheader.txt</headerLocation>
268+
<suppressionsLocation>/dev/checkstyle/suppressions.xml</suppressionsLocation>
269+
<headerLocation>/dev/checkstyle/fileheader.txt</headerLocation>
270270
<sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
271271
</configuration>
272272
<goals>

0 commit comments

Comments
 (0)