Switch to google_checks.xml for maven-checkstyle-plugin#784
Switch to google_checks.xml for maven-checkstyle-plugin#784chingor13 wants to merge 3 commits intogoogleapis:masterfrom
Conversation
|
Some of these rules conflict with our code formatter. We'll want to add more rules to our suppression list. Examples: |
|
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> | |||
There was a problem hiding this comment.
You can upgrade this to 3.1.0. That might have slightly more up to date google checks.
There was a problem hiding this comment.
I'll try that, but will have to only run it on Java 8+
There was a problem hiding this comment.
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?
|
Alternative to pull in google_checks.xml as our base checkstyle.xml in #786 |
|
closed in favor of #786 |
…-sdk to v1.9.92 (googleapis#784) [](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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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).
Fixes #781