Skip to content

Commit

Permalink
Enforce NoMutableStaticFieldsInRecipes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Oct 8, 2024
1 parent 9fc0b6f commit 7c09d0d
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 @@ -44,6 +44,7 @@ recipeList:
- org.openrewrite.java.recipes.BlankLinesAroundFieldsWithAnnotations
- org.openrewrite.java.recipes.ExecutionContextParameterName
- org.openrewrite.java.recipes.MissingOptionExample
- org.openrewrite.java.recipes.NoMutableStaticFieldsInRecipes
- org.openrewrite.java.recipes.RecipeEqualsAndHashCodeCallSuper
- org.openrewrite.java.recipes.UseTreeRandomId
- org.openrewrite.staticanalysis.NeedBraces
Expand Down

0 comments on commit 7c09d0d

Please sign in to comment.