Skip to content

Commit

Permalink
Enforce wrapped operator on EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 21, 2024
1 parent 010e7f9 commit d4a9a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/rewrite/openrewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ recipeList:
- org.openrewrite.staticanalysis.InlineVariable
- org.openrewrite.staticanalysis.LambdaBlockToExpression
- org.openrewrite.staticanalysis.MissingOverrideAnnotation
- org.openrewrite.staticanalysis.OperatorWrap:
wrapOption: EOL
- org.openrewrite.staticanalysis.UseDiamondOperator
---
type: specs.openrewrite.org/v1beta/recipe
Expand Down

0 comments on commit d4a9a0f

Please sign in to comment.