Skip to content

Commit 74f40e5

Browse files
committed
chore: Add checkstyle skip flag
1 parent d72770d commit 74f40e5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • google-cloud-pom-parent
  • sdk-platform-java/gapic-generator-java-pom-parent

google-cloud-pom-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
</goals>
9494
<configuration>
9595
<headerLocation>${checkstyle.header.file}</headerLocation>
96+
<skip>${checkstyle.skip}</skip>
9697
</configuration>
9798
</execution>
9899
</executions>

sdk-platform-java/gapic-generator-java-pom-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
</goals>
9898
<configuration>
9999
<headerLocation>${checkstyle.header.file}</headerLocation>
100+
<skip>${checkstyle.skip}</skip>
100101
</configuration>
101102
</execution>
102103
</executions>

0 commit comments

Comments
 (0)