We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5eef9 commit 51b72faCopy full SHA for 51b72fa
pom.xml
@@ -239,6 +239,12 @@
239
<groupId>org.apache.maven.plugins</groupId>
240
<artifactId>maven-checkstyle-plugin</artifactId>
241
<version>3.6.0</version>
242
+ <configuration>
243
+ <configLocation>google_checks.xml</configLocation>
244
+ <includeTestSourceDirectory>true</includeTestSourceDirectory>
245
+ <consoleOutput>true</consoleOutput>
246
+ <failsOnError>true</failsOnError>
247
+ </configuration>
248
</plugin>
249
<plugin>
250
<groupId>org.owasp</groupId>
0 commit comments