File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ recipeList:
1919 # - org.openrewrite.staticanalysis.AvoidBoxedBooleanExpressions
2020 # Leads to exception
2121 # - org.openrewrite.staticanalysis.CombineSemanticallyEqualCatchBlocks
22+ # Needs parameters
23+ # - org.openrewrite.staticanalysis.DeclarationSiteTypeVariance
2224 # Unreadable code
2325 # .ifPresent((Path selectedDirectory) -> {
2426 # - org.openrewrite.staticanalysis.ExplicitLambdaArgumentTypes
@@ -121,7 +123,6 @@ recipeList:
121123 - org.openrewrite.staticanalysis.CompareEnumsWithEqualityOperator
122124 - org.openrewrite.staticanalysis.ControlFlowIndentation
123125 - org.openrewrite.staticanalysis.CovariantEquals
124- - org.openrewrite.staticanalysis.DeclarationSiteTypeVariance
125126 # Needs manual intervention
126127# - org.openrewrite.staticanalysis.DefaultComesLast
127128 - org.openrewrite.staticanalysis.EmptyBlock
You can’t perform that action at this time.
0 commit comments