Skip to content

Instantly share code, notes, and snippets.

@mike-solomon
Created December 29, 2022 19:34
Show Gist options
  • Save mike-solomon/95fa160b2ee07baf2256d57884321621 to your computer and use it in GitHub Desktop.
Save mike-solomon/95fa160b2ee07baf2256d57884321621 to your computer and use it in GitHub Desktop.
type: specs.openrewrite.org/v1beta/recipe
name: org.myorg.Example
displayName: ...
description: ...
recipeList:
- org.openrewrite.java.search.FindDeprecatedMethods:
methodPattern: "*..* find(..)"
ignoreDeprecatedScopes: true
- <other recipes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment