Skip to content

Commit

Permalink
disable test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 1, 2024
1 parent 3768c7e commit ac4d473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ recipeList:
- org.openrewrite.java.testing.junit5.RemoveDuplicateTestTemplates
- org.openrewrite.java.testing.junit5.RemoveTryCatchFailBlocks
- org.openrewrite.java.testing.junit5.LifecycleNonPrivate
- org.openrewrite.java.testing.junit5.StaticImports
# - org.openrewrite.java.testing.junit5.StaticImports -- kills all other assertions like assertNull or assertFalse and even assertEquals

# Logging
- org.openrewrite.java.logging.slf4j.Slf4jBestPractices

0 comments on commit ac4d473

Please sign in to comment.