Skip to content

Commit ee1e9c9

Browse files
committed
Move checkstyle configuration into sdk/ directory
1 parent 4929d83 commit ee1e9c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
</dependency>
127127
</dependencies>
128128
<configuration>
129-
<configLocation>checkstyle.xml</configLocation>
130-
<suppressionsLocation>suppressions.xml</suppressionsLocation>
129+
<configLocation>sdk/checkstyle.xml</configLocation>
130+
<suppressionsLocation>sdk/suppressions.xml</suppressionsLocation>
131131
<consoleOutput>true</consoleOutput>
132132
<failOnViolation>true</failOnViolation>
133133
<includeResources>true</includeResources>

checkstyle.xml sdk/checkstyle.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
~ Copyright (C) 2015 Google Inc.
3+
~ Copyright (C) 2017 Google Inc.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
66
~ use this file except in compliance with the License. You may obtain a copy of
@@ -30,7 +30,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
3030
notice, so that this required text appears on the second line:
3131
<pre>
3232
/*
33-
* Copyright 2015 Google Inc.
33+
* Copyright 2017 Google Inc.
3434
*
3535
* (details of open-source license...)
3636
</pre>

suppressions.xml sdk/suppressions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
~ Copyright (C) 2015 Google Inc.
3+
~ Copyright (C) 2017 Google Inc.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
66
~ use this file except in compliance with the License. You may obtain a copy of

0 commit comments

Comments
 (0)