openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
64 stars 40 forks source link

Gradle plugin should not suppress parsing errors, but surface them directly. #135

Closed jkschneider closed 1 year ago

jkschneider commented 1 year ago

We understandably make a different decision to collect parsing errors onto their respective files as markers when mass ingesting projects, but this experience doesn't make sense for OSS plugins unless we are going to directly surface parsing error markers prior to attempting to run any recipe.