-
Notifications
You must be signed in to change notification settings - Fork 47
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
What problem are you trying to solve?
currently its disabled by default which makes sense for some users that want to display it once.
As this tool is ment to be automated this seems to be the higher priority.
Why should i ever run dryRun (in cloud or locally), assuming i dont care for the random impl. details, just wanting to check (dryRun) and the fix (run), not wasting time one anything else, as its about automation, without failing the build?
So all the usecases i ever faced integrating rewrite into potentially maven and junit, the switch was always active. Making the current default value the exception, imposing the assumed exception is the new default.
failOnDryRunResults = true
- (re)activate
rewritecapability junit-team/junit-framework#4708 - activate failOnDryRunResults by default rewrite-maven-plugin#1005
- https://github.com/openrewrite/rewrite-maven-plugin/blob/ef78a692241fdc5fb46b7131e7987ee5934502be/src/main/java/org/openrewrite/maven/AbstractRewriteDryRunMojo.java#L50
Describe the solution you'd like
Have you considered any alternatives or workarounds?
Additional context
Are you interested in contributing this feature to OpenRewrite?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done