Skip to content

Commit

Permalink
Also enforce RemoveUnusedImports
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Aug 18, 2024
1 parent 9ca831c commit eb337df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/openrewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ recipeList:
- org.openrewrite.recipes.RecipeTestingBestPractices
- org.openrewrite.recipes.RecipeNullabilityBestPractices
- org.openrewrite.java.OrderImports
- org.openrewrite.java.RemoveUnusedImports
- org.openrewrite.java.format.EmptyNewlineAtEndOfFile
- org.openrewrite.staticanalysis.InlineVariable
- org.openrewrite.staticanalysis.LambdaBlockToExpression
Expand Down

0 comments on commit eb337df

Please sign in to comment.