Skip to content

Commit

Permalink
build(java): skip lint on samples directory (googleapis#123)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/d76bfbb4-fde1-4909-a913-608cdb170a49/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@9872708
  • Loading branch information
yoshi-automation committed Jun 6, 2020
1 parent 51ae418 commit 7a3a617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .kokoro/build.sh
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
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-storage-nio.git",
"sha": "625c73777ab1163fa2966f6026611c5b975459bb"
"sha": "51ae4181ef1c786ff6237346c044548281f4eec9"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "cac9eef310652bf138dd76b716e4986e757d62ac"
"sha": "987270824bd26f6a8c716d5e2022057b8ae7b26e"
}
}
]
Expand Down

0 comments on commit 7a3a617

Please sign in to comment.