openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
60 stars 37 forks source link

Prevents SourceFiles with non detected parsing errors #219

Closed rpau closed 1 year ago

rpau commented 1 year ago

Fixes https://github.com/moderneinc/moderne-cli/issues/663

What's changed?

Prevents that a source file that has not been correctly parsed generates invalid diffs

jkschneider commented 1 year ago

Superseded by https://github.com/openrewrite/rewrite/pull/3459