Skip to content

Commit 9872708

Browse files
authored
build(java): skip lint on samples directory (#603)
Let the samples test decide how to enforce linting
1 parent a3e2bce commit 9872708

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • synthtool/gcp/templates/java_library/.kokoro

synthtool/gcp/templates/java_library/.kokoro/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ test)
5151
RETURN_CODE=$?
5252
;;
5353
lint)
54-
mvn \
55-
-Penable-samples \
56-
com.coveo:fmt-maven-plugin:check
54+
mvn com.coveo:fmt-maven-plugin:check
5755
RETURN_CODE=$?
5856
;;
5957
javadoc)

0 commit comments

Comments
 (0)