From 675fcf7a56c0159a0c48c62e1723bff1d9b29c73 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 21 Nov 2023 02:14:10 +0100 Subject: [PATCH] Try JUnit5BestPractices --- rewrite.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rewrite.yml b/rewrite.yml index 1b146b619a3..9d0c5502679 100644 --- a/rewrite.yml +++ b/rewrite.yml @@ -195,3 +195,7 @@ recipeList: - org.openrewrite.staticanalysis.UseSystemLineSeparator - org.openrewrite.staticanalysis.WhileInsteadOfFor # - org.openrewrite.staticanalysis.WriteOctalValuesAsDecimal + +# - org.openrewrite.java.testing.junit5.JUnit5BestPractices + - org.openrewrite.java.testing.junit5.JUnit5BestPractices +