We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e2d6c commit ac6ce48Copy full SHA for ac6ce48
pom.xml
@@ -68,6 +68,7 @@ limitations under the License.
68
<configuration>
69
<configLocation>google-checks.xml</configLocation>
70
<consoleOutput>true</consoleOutput>
71
+ <excludes>**/AutoValue_*</excludes>
72
<failOnViolation>true</failOnViolation>
73
<failsOnError>true</failsOnError>
74
<includeTestSourceDirectory>true</includeTestSourceDirectory>
0 commit comments