Skip to content

Commit

Permalink
Remove NlsRewrite annotations as inserted by IntelliJ IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 9, 2024
1 parent f7a3f34 commit afe96a2
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 @@ -46,6 +46,10 @@ recipeList:
- org.openrewrite.java.recipes.UseTreeRandomId
- org.openrewrite.staticanalysis.NeedBraces
- org.openrewrite.staticanalysis.RemoveSystemOutPrintln
- org.openrewrite.java.RemoveAnnotation:
annotationPattern: '@org.openrewrite.NlsRewrite.DisplayName'
- org.openrewrite.java.RemoveAnnotation:
annotationPattern: '@org.openrewrite.NlsRewrite.Description'
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.recipes.RecipeTestingBestPractices
Expand Down

0 comments on commit afe96a2

Please sign in to comment.