From 6b25b2e6d7d688e5c1966bd1514488c653bc38a5 Mon Sep 17 00:00:00 2001 From: Patrick Favre-Bulle Date: Fri, 30 Nov 2018 18:18:25 +0100 Subject: [PATCH] Exclude generated code from checkstyle --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 2eab989..7b988a2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,7 @@ maven-checkstyle-plugin 3.0.0 + **/AutoValue_Arg.java checkstyle.xml