Skip to content

Commit

Permalink
Apply all common static analysis recipes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Mar 12, 2024
1 parent 846b903 commit f989a4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/rewrite/openrewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ recipeList:
- org.openrewrite.java.recipes.MissingOptionExample
- org.openrewrite.java.recipes.RecipeEqualsAndHashCodeCallSuper
- org.openrewrite.java.recipes.UseTreeRandomId
- org.openrewrite.staticanalysis.InlineVariable
- org.openrewrite.staticanalysis.MissingOverrideAnnotation
- org.openrewrite.staticanalysis.NeedBraces
- org.openrewrite.staticanalysis.RemoveSystemOutPrintln
- org.openrewrite.staticanalysis.UseDiamondOperator
- org.openrewrite.recipes.RecipeNullabilityBestPractices
---
type: specs.openrewrite.org/v1beta/recipe
Expand All @@ -55,6 +58,7 @@ recipeList:
- org.openrewrite.java.recipes.SourceSpecTextBlockIndentation
- org.openrewrite.java.testing.cleanup.RemoveTestPrefix
- org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
- org.openrewrite.staticanalysis.CommonStaticAnalysis
- org.openrewrite.staticanalysis.MissingOverrideAnnotation
- org.openrewrite.staticanalysis.RemoveSystemOutPrintln
- org.openrewrite.recipes.RecipeNullabilityBestPractices
Expand Down

0 comments on commit f989a4d

Please sign in to comment.