Skip to content
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

Switch to google_checks.xml for maven-checkstyle-plugin #784

Closed
wants to merge 3 commits into from

Conversation

chingor13
Copy link
Collaborator

Fixes #781

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 8, 2019
@chingor13 chingor13 marked this pull request as ready for review August 8, 2019 16:36
@chingor13 chingor13 requested a review from a team as a code owner August 8, 2019 16:36
@chingor13 chingor13 requested a review from elharo August 8, 2019 16:36
@chingor13
Copy link
Collaborator Author

chingor13 commented Aug 8, 2019

Some of these rules conflict with our code formatter. We'll want to add more rules to our suppression list.

Examples: SingleLineJavadoc, CustomImportOrder (spacing between import groups)

@elharo
Copy link
Contributor

elharo commented Aug 8, 2019

There might be some issues with the latest released google_checks.xml not being quite up-to-date with google style. I seem to recall hitting this in the past.

@@ -37,7 +37,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

You can upgrade this to 3.1.0. That might have slightly more up to date google checks.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'll try that, but will have to only run it on Java 8+

Copy link
Contributor

Choose a reason for hiding this comment

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

In that case I wonder if we could simply copy and paste the newer googlechecks.xml into our own checkstyle config and stay at 3.0.0?

@chingor13
Copy link
Collaborator Author

Alternative to pull in google_checks.xml as our base checkstyle.xml in #786

@chingor13
Copy link
Collaborator Author

closed in favor of #786

@chingor13 chingor13 closed this Aug 8, 2019
@chingor13 chingor13 deleted the google-checkstyle branch August 8, 2019 18:51
clundin25 pushed a commit to clundin25/google-http-java-client that referenced this pull request Aug 11, 2022
…-sdk to v1.9.92 (googleapis#784)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.appengine:appengine-api-1.0-sdk](https://cloud.google.com/appengine/docs/standard/java/javadoc/) ([source](http://svn.sonatype.org/spice/tags/oss-parent-4)) | `1.9.91` -> `1.9.92` | [![age](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-1.0-sdk/1.9.92/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-1.0-sdk/1.9.92/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-1.0-sdk/1.9.92/compatibility-slim/1.9.91)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.appengine:appengine-api-1.0-sdk/1.9.92/confidence-slim/1.9.91)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
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.

Update checkstyle.xml
3 participants