Skip to content

ci: fix the google style error in lint task in GitHub Actions #1695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

suztomo
Copy link
Member

@suztomo suztomo commented Feb 9, 2021

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

@generated-files-bot
Copy link

Warning: This pull request is touching the following templated files:

  • .github/workflows/ci.yaml

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 9, 2021
@suztomo
Copy link
Member Author

suztomo commented Feb 9, 2021

Hmm. The file seems auto-generated. I guess I shouldn't touch this.

This pull request is touching the following templated files:
.github/workflows/ci.yaml

@suztomo
Copy link
Member Author

suztomo commented Feb 9, 2021

The lint passed.

Screen Shot 2021-02-09 at 11 53 00

@suztomo suztomo closed this Feb 9, 2021
@@ -51,8 +51,7 @@ private static Payload newPayload(String clientId) {
public void testBuilder() throws Exception {
GoogleIdTokenVerifier.Builder builder =
new GoogleIdTokenVerifier.Builder(
new GooglePublicKeysManagerTest.PublicCertsMockHttpTransport(),
new GsonFactory())
new GooglePublicKeysManagerTest.PublicCertsMockHttpTransport(), new GsonFactory())
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mvn com.coveo:fmt-maven-plugin:format changed this line.

Comment on lines -73 to +72
new GooglePublicKeysManagerTest.PublicCertsMockHttpTransport(),
new GsonFactory())
new GooglePublicKeysManagerTest.PublicCertsMockHttpTransport(), new GsonFactory())
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mvn com.coveo:fmt-maven-plugin:format changed this line.

Comment on lines -104 to 105
new GooglePublicKeysManager.Builder(
new PublicCertsMockHttpTransport(), new GsonFactory())
new GooglePublicKeysManager.Builder(new PublicCertsMockHttpTransport(), new GsonFactory())
.build();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mvn com.coveo:fmt-maven-plugin:format changed this line.

@@ -11,7 +11,6 @@
import com.google.api.client.googleapis.testing.services.MockGoogleClient;
import com.google.api.client.googleapis.testing.services.MockGoogleClientRequest;
import com.google.api.client.http.ByteArrayContent;
import com.google.api.client.http.ExponentialBackOffPolicy;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mvn com.coveo:fmt-maven-plugin:format changed this line.

@suztomo suztomo reopened this Feb 9, 2021
@suztomo suztomo closed this Feb 9, 2021
gcf-owl-bot bot added a commit that referenced this pull request Nov 7, 2022
* chore(java): update gcp-releasetool and cryptography in java requirements file
Source-Link: googleapis/synthtool@74d0956
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:142286d973c7b6d58186070f203b50058a20a7d7b42147996db24921a18da1b0
gcf-merge-on-green bot pushed a commit that referenced this pull request Nov 8, 2022
…2178)

* chore(java): update gcp-releasetool and cryptography in java requirements file
Source-Link: https://togithub.com/googleapis/synthtool/commit/74d0956884c1bb9dc901b52de35ca2bca025a74e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:142286d973c7b6d58186070f203b50058a20a7d7b42147996db24921a18da1b0
blakeli0 pushed a commit that referenced this pull request Dec 16, 2022
…2178)

* chore(java): update gcp-releasetool and cryptography in java requirements file
Source-Link: https://togithub.com/googleapis/synthtool/commit/74d0956884c1bb9dc901b52de35ca2bca025a74e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:142286d973c7b6d58186070f203b50058a20a7d7b42147996db24921a18da1b0
blakeli0 pushed a commit that referenced this pull request Dec 16, 2022
…2178)

* chore(java): update gcp-releasetool and cryptography in java requirements file
Source-Link: https://togithub.com/googleapis/synthtool/commit/74d0956884c1bb9dc901b52de35ca2bca025a74e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:142286d973c7b6d58186070f203b50058a20a7d7b42147996db24921a18da1b0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant