Skip to content

Commit ac6ce48

Browse files
committed
Ignore generated AutoValue classes from checkstyle.
1 parent 99e2d6c commit ac6ce48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ limitations under the License.
6868
<configuration>
6969
<configLocation>google-checks.xml</configLocation>
7070
<consoleOutput>true</consoleOutput>
71+
<excludes>**/AutoValue_*</excludes>
7172
<failOnViolation>true</failOnViolation>
7273
<failsOnError>true</failsOnError>
7374
<includeTestSourceDirectory>true</includeTestSourceDirectory>

0 commit comments

Comments
 (0)