openrewrite / rewrite

Automated mass refactoring of source code.
https://docs.openrewrite.org
Apache License 2.0
2.29k stars 340 forks source link

Validate recipe display name does not contain a link #3439

Open timtebeek opened 1 year ago

timtebeek commented 1 year ago

As seen on SimplifyMicrometerMeterTags & https://docs.openrewrite.org/recipes/java/migrate/metrics/ image

When the display name contains a link, then the link in the recipe catalog breaks.

We could validate that's not the case through additional checks such as these existing ones. https://github.com/openrewrite/rewrite/blob/084fbd8b28e0724d68e837de6baa3d7d96445851/rewrite-test/src/main/java/org/openrewrite/test/RewriteTest.java#L572-L580

timtebeek commented 1 year ago

/cc @mike-solomon