Skip to content

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

Closed
chingor13 wants to merge 3 commits intogoogleapis:masterfrom
chingor13:google-checkstyle
Closed

Switch to google_checks.xml for maven-checkstyle-plugin#784
chingor13 wants to merge 3 commits intogoogleapis:masterfrom
chingor13:google-checkstyle

Conversation

@chingor13
Copy link
Copy Markdown
Contributor

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 review from a team and elharo August 8, 2019 16:36
@chingor13
Copy link
Copy Markdown
Contributor 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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor 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
Copy Markdown
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
Copy Markdown
Contributor Author

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

@chingor13
Copy link
Copy Markdown
Contributor 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