Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
build(java): skip lint on samples directory (#83)
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 2fe1a4e commit bc03796
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-notification.git",
"sha": "52c3c043800e6091f25dc537819136976039e7b8"
"sha": "2fe1a4ef1215de97b2e49d3ad7bc81cfdd40556c"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "cac9eef310652bf138dd76b716e4986e757d62ac"
"sha": "987270824bd26f6a8c716d5e2022057b8ae7b26e"
}
}
]
Expand Down

0 comments on commit bc03796

Please sign in to comment.