Skip to content

Commit 721e756

Browse files
committed
Disable DeclarationSiteTypeVariance
1 parent 8809ab2 commit 721e756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rewrite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)