-
Notifications
You must be signed in to change notification settings - Fork 711
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
Conversation
Warning: This pull request is touching the following templated files:
|
Hmm. The file seems auto-generated. I guess I shouldn't touch this.
|
@@ -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()) |
There was a problem hiding this comment.
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.
new GooglePublicKeysManagerTest.PublicCertsMockHttpTransport(), | ||
new GsonFactory()) | ||
new GooglePublicKeysManagerTest.PublicCertsMockHttpTransport(), new GsonFactory()) |
There was a problem hiding this comment.
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.
new GooglePublicKeysManager.Builder( | ||
new PublicCertsMockHttpTransport(), new GsonFactory()) | ||
new GooglePublicKeysManager.Builder(new PublicCertsMockHttpTransport(), new GsonFactory()) | ||
.build(); |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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.
* 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
…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
…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
…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
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:
Fixes #<issue_number_goes_here> ☕️