File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 173173 <version >${rewrite.maven.plugin} </version >
174174 <configuration >
175175 <activeRecipes >
176+ <recipe >org.checkstyle.recipes.OpenRewriteRecipeBestPractices</recipe >
176177 <recipe >CheckstyleAutoFixConfigured</recipe >
177178 </activeRecipes >
178179 <exclusions >
188189 <dependency >
189190 <groupId >org.openrewrite.recipe</groupId >
190191 <artifactId >rewrite-rewrite</artifactId >
191- <version >RELEASE </version >
192+ <version >0.12.1 </version >
192193 </dependency >
193194 </dependencies >
194195 <executions >
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ recipeList:
5050 - org.openrewrite.java.recipes.NoMutableStaticFieldsInRecipes
5151 - org.openrewrite.java.recipes.RecipeEqualsAndHashCodeCallSuper
5252 - org.openrewrite.java.recipes.UseTreeRandomId
53- - org.openrewrite.java.recipes.migrate.RemoveTraitsUsageRecipes
5453 - org.openrewrite.staticanalysis.NeedBraces
5554 - org.openrewrite.staticanalysis.RemoveSystemOutPrintln
5655 - org.openrewrite.java.RemoveAnnotation :
You can’t perform that action at this time.
0 commit comments