Skip to content

Commit

Permalink
Create rewrite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jul 19, 2023
1 parent c629ddd commit c891fc4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/META-INF/rewrite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Include any Declarative YAML format recipes here, as per:
# https://docs.openrewrite.org/reference/yaml-format-reference
---
type: specs.openrewrite.org/v1beta/recipe
name: com.yourorg.RecipeA
displayName: Recipe A
description: Applies NoGuavaListsNewArrayList.
tags:
- tag1
- tag2
recipeList:
- com.yourorg.NoGuavaListsNewArrayList

0 comments on commit c891fc4

Please sign in to comment.