-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrewrite.yml
24 lines (23 loc) · 1015 Bytes
/
rewrite.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
type: specs.openrewrite.org/v1beta/recipe
name: com.github.nramc.recipes.sources
recipeList:
- org.openrewrite.staticanalysis.CommonStaticAnalysis
- org.openrewrite.staticanalysis.CodeCleanup
- org.openrewrite.java.security.JavaSecurityBestPractices
- org.openrewrite.java.RemoveUnusedImports
- org.openrewrite.recommendations.CodeHealth
- org.openrewrite.java.logging.slf4j.Slf4jBestPractices
- org.openrewrite.recommendations.DependencyManagement
- org.openrewrite.maven.BestPractices
- org.openrewrite.recipes.JavaRecipeBestPractices
- org.openrewrite.java.AddApache2LicenseHeader
---
type: specs.openrewrite.org/v1beta/recipe
name: com.github.nramc.recipes.testing
recipeList:
- org.openrewrite.java.testing.mockito.MockitoBestPractices
# - org.openrewrite.java.testing.junit5.JUnit5BestPractices
- org.openrewrite.java.testing.cleanup.BestPractices
- org.openrewrite.recipes.RecipeTestingBestPractices
- org.openrewrite.java.testing.testcontainers.TestContainersBestPractices