Skip to content

Commit

Permalink
Also enforce LambdaBlockToExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 17, 2024
1 parent cbb9143 commit 9ca831c
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 @@ -25,6 +25,7 @@ recipeList:
- org.openrewrite.java.OrderImports
- org.openrewrite.java.format.EmptyNewlineAtEndOfFile
- org.openrewrite.staticanalysis.InlineVariable
- org.openrewrite.staticanalysis.LambdaBlockToExpression
- org.openrewrite.staticanalysis.MissingOverrideAnnotation
- org.openrewrite.staticanalysis.UseDiamondOperator
---
Expand Down

0 comments on commit 9ca831c

Please sign in to comment.