Skip to content

Commit 51b72fa

Browse files
committed
ci(checkstyle): switch to Google style
1 parent ca5eef9 commit 51b72fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-checkstyle-plugin</artifactId>
241241
<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>
242248
</plugin>
243249
<plugin>
244250
<groupId>org.owasp</groupId>

0 commit comments

Comments
 (0)