8000 Move checkstyle.xml to samples root directory · bulejava/google-http-java-client@5db01f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5db01f3

Browse files
committed
Move checkstyle.xml to samples root directory
1 parent 4c58c9b commit 5db01f3

File tree

4 files changed

+2
-338
lines changed

4 files changed

+2
-338
lines changed

samples/dailymotion-simple-cmdline-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<artifactId>maven-checkstyle-plugin</artifactId>
3838
<version>2.6</version>
3939
<configuration>
40-
<configLocation>checkstyle.xml</configLocation>
40+
<configLocation>../checkstyle.xml</configLocation>
4141
<consoleOutput>true</consoleOutput>
4242
<failOnViolation>false</failOnViolation>
4343
</configuration>

samples/googleplus-simple-cmdline-sample/checkstyle.xml

Lines changed: 0 additions & 336 deletions
This file was deleted.

samples/googleplus-simple-cmdline-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<artifactId>maven-checkstyle-plugin</artifactId>
3737
<version>2.6</version>
3838
<configuration>
39-
<configLocation>checkstyle.xml</configLocation>
39+
<configLocation>../checkstyle.xml</configLocation>
4040
<consoleOutput>true</consoleOutput>
4141
<failOnViolation>false</failOnViolation>
4242
</configuration>

0 commit comments

Comments
 (0)
0