Skip to content

Commit

Permalink
build(java): skip lint on samples directory (#603)
Browse files Browse the repository at this point in the history
Let the samples test decide how to enforce linting
  • Loading branch information
chingor13 committed Jun 5, 2020
1 parent a3e2bce commit 9872708
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions synthtool/gcp/templates/java_library/.kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ test)
RETURN_CODE=$?
;;
lint)
mvn \
-Penable-samples \
com.coveo:fmt-maven-plugin:check
mvn com.coveo:fmt-maven-plugin:check
RETURN_CODE=$?
;;
javadoc)
Expand Down

0 comments on commit 9872708

Please sign in to comment.