sourcegraph / batch-change-examples

A collection of examples for Batch Changes
Apache License 2.0
23 stars 2 forks source link

Add batch spec that uses openrewrite's Rewrite to AutoFormat java files #26

Closed mrnugget closed 3 years ago

mrnugget commented 3 years ago

This fixes https://github.com/sourcegraph/sourcegraph/issues/15313 and https://github.com/sourcegraph/batch-change-examples/issues/14

image

mrnugget commented 3 years ago

We should add a README, pointing to relevant openrewrite docs, and maybe warning about memory usage / number of // jobs? Would be a good opportunity to educate users.

I think I'd add that to an example page once we have that or if it's in a tutorial. For now I simply want to collect working YAML files.

mrnugget commented 3 years ago

I'll add a README tomorrow.