Skip to content

Commit

Permalink
Add MissingOverrideAnnotation to OpenRewrite best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Mar 12, 2024
1 parent f78a6af commit 846b903
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 @@ -36,6 +36,7 @@ recipeList:
- org.openrewrite.java.recipes.MissingOptionExample
- org.openrewrite.java.recipes.RecipeEqualsAndHashCodeCallSuper
- org.openrewrite.java.recipes.UseTreeRandomId
- org.openrewrite.staticanalysis.MissingOverrideAnnotation
- org.openrewrite.staticanalysis.RemoveSystemOutPrintln
- org.openrewrite.recipes.RecipeNullabilityBestPractices
---
Expand All @@ -54,6 +55,7 @@ recipeList:
- org.openrewrite.java.recipes.SourceSpecTextBlockIndentation
- org.openrewrite.java.testing.cleanup.RemoveTestPrefix
- org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
- org.openrewrite.staticanalysis.MissingOverrideAnnotation
- org.openrewrite.staticanalysis.RemoveSystemOutPrintln
- org.openrewrite.recipes.RecipeNullabilityBestPractices
---
Expand Down

0 comments on commit 846b903

Please sign in to comment.