palantir / palantir-java-format

A modern, lambda-friendly, 120 character Java formatter.
Apache License 2.0
424 stars 45 forks source link

Add option to IDEA plugin (and CLI) to format JavaDoc #724 #986

Open blutorange opened 7 months ago

blutorange commented 7 months ago

As discussed in #724 (as I understand it), I added an option to the IDEA plugin to enable formattting JavaDoc comments.

Possible downsides?

image

palantirtech commented 7 months ago

Thanks for your interest in palantir/palantir-java-format, @blutorange! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

changelog-app[bot] commented 7 months ago

Generate changelog in changelog-dir>`changelog/@unreleased`</changelog-dir

What do the change types mean? - `feature`: A new feature of the service. - `improvement`: An incremental improvement in the functionality or operation of the service. - `fix`: Remedies the incorrect behaviour of a component of the service in a backwards-compatible way. - `break`: Has the potential to break consumers of this service's API, inclusive of both Palantir services and external consumers of the service's API (e.g. customer-written software or integrations). - `deprecation`: Advertises the intention to remove service functionality without any change to the operation of the service itself. - `manualTask`: Requires the possibility of manual intervention (running a script, eyeballing configuration, performing database surgery, ...) at the time of upgrade for it to succeed. - `migration`: A fully automatic upgrade migration task with no engineer input required. _Note: only one type should be chosen._
How are new versions calculated? - ❗The `break` and `manual task` changelog types will result in a major release! - 🐛 The `fix` changelog type will result in a minor release in most cases, and a patch release version for patch branches. This behaviour is configurable in autorelease. - ✨ All others will result in a minor version release.

Type

- [x] Feature - [ ] Improvement - [ ] Fix - [ ] Break - [ ] Deprecation - [ ] Manual task - [ ] Migration

Description

Add option to IDEA plugin (and CLI) to format JavaDoc #724 **Check the box to generate changelog(s)** - [x] Generate changelog entry
blutorange commented 7 months ago

@schlosna As far as I can see, the changelog needs to be generated by somebody with the proper permissions for this repo?

blutorange commented 5 months ago

Is there anything I still need to do before this PR can be considered for review?

walles commented 4 months ago

This branch has conflicts that must be resolved.

blutorange commented 4 months ago

Thanks for notifying me! I resolved the conflicts in case anybody wants to take a look at getting this merged.

blutorange commented 3 weeks ago

Is there any chance of getting this merged? Are you open to adding this option to the plugin or should I close this?