Skip to content

Commit

Permalink
Add EmptyNewlineAtEndOfFile to OpenRewrite best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Apr 23, 2024
1 parent 07ef5b9 commit cb3eb4c
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 @@ -42,6 +42,7 @@ recipeList:
- org.openrewrite.staticanalysis.RemoveSystemOutPrintln
- org.openrewrite.staticanalysis.UseDiamondOperator
- org.openrewrite.recipes.RecipeNullabilityBestPractices
- org.openrewrite.java.format.EmptyNewlineAtEndOfFile
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.recipes.RecipeTestingBestPractices
Expand All @@ -62,6 +63,7 @@ recipeList:
- org.openrewrite.staticanalysis.MissingOverrideAnnotation
- org.openrewrite.staticanalysis.RemoveSystemOutPrintln
- org.openrewrite.recipes.RecipeNullabilityBestPractices
- org.openrewrite.java.format.EmptyNewlineAtEndOfFile
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.recipes.RecipeNullabilityBestPractices
Expand Down

0 comments on commit cb3eb4c

Please sign in to comment.