Skip to content

Commit b70df49

Browse files
author
Vincent Potucek
committed
Update OpenRewrite #2781
Signed-off-by: Vincent Potucek <[email protected]>
1 parent 8e66de3 commit b70df49

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gradle/rewrite.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ type: specs.openrewrite.org/v1beta/recipe
33
name: com.diffplug.spotless.openrewrite.SanityCheck
44
displayName: Apply all Java & Gradle best practices
55
description: Comprehensive code quality recipe combining modernization, security, and best practices.
6-
tags:
7-
- java
8-
- gradle
9-
- static-analysis
10-
- cleanup
116
recipeList:
127
- org.openrewrite.gradle.EnableGradleBuildCache
138
- org.openrewrite.gradle.EnableGradleParallelExecution
@@ -39,7 +34,6 @@ recipeList:
3934
- org.openrewrite.staticanalysis.RemoveUnusedLocalVariables
4035
- org.openrewrite.staticanalysis.RemoveUnusedPrivateFields
4136
- org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods
42-
- org.openrewrite.staticanalysis.ReplaceApacheCommonsLang3ValidateNotNullWithObjectsRequireNonNull
4337
- org.openrewrite.staticanalysis.SimplifyTernaryRecipes
4438
- org.openrewrite.staticanalysis.URLEqualsHashCodeRecipes
4539
- org.openrewrite.staticanalysis.UnnecessaryCloseInTryWithResources
@@ -64,5 +58,4 @@ recipeList:
6458
- tech.picnic.errorprone.refasterrules.StreamRulesRecipes
6559
- tech.picnic.errorprone.refasterrules.StringRulesRecipes
6660
- tech.picnic.errorprone.refasterrules.TimeRulesRecipes
67-
# - org.openrewrite.java.migrate.lang.FindVirtualThreadOpportunities # don't want to use: https://github.com/diffplug/spotless/pull/2684#discussion_r2433831887
6861
---

0 commit comments

Comments
 (0)