Skip to content

Commit

Permalink
Run NullableOnMethodReturnType on OpenRewrite PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jul 16, 2024
1 parent e44fcd5 commit b2794af
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 @@ -67,6 +67,7 @@ name: org.openrewrite.recipes.RecipeNullabilityBestPractices
displayName: Recipe nullability best practices
description: Use OpenRewrite internal nullability annotations; drop JetBrains annotations; use `package-info.java` instead.
recipeList:
- org.openrewrite.staticanalysis.NullableOnMethodReturnType
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.jetbrains.annotations.Nullable
newFullyQualifiedTypeName: org.openrewrite.internal.lang.Nullable
Expand Down

0 comments on commit b2794af

Please sign in to comment.