File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ type: specs.openrewrite.org/v1beta/recipe
33name : com.diffplug.spotless.openrewrite.SanityCheck
44displayName : Apply all Java & Gradle best practices
55description : Comprehensive code quality recipe combining modernization, security, and best practices.
6- tags :
7- - java
8- - gradle
9- - static-analysis
10- - cleanup
116recipeList :
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---
You can’t perform that action at this time.
0 commit comments