File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,13 @@ recipeList:
121121 - org.openrewrite.staticanalysis.BooleanChecksNotInverted
122122 - org.openrewrite.staticanalysis.CaseInsensitiveComparisonsDoNotChangeCase
123123 - org.openrewrite.staticanalysis.CatchClauseOnlyRethrows
124- - org.openrewrite.staticanalysis.ChainStringBuilderAppendCalls
124+
125+ # Removes GJF newlines - https://github.com/openrewrite/rewrite-static-analysis/issues/354
126+ # - org.openrewrite.staticanalysis.ChainStringBuilderAppendCalls
127+
125128 # Might need manual intervention, because negations are not treated properly
126129 - org.openrewrite.staticanalysis.CompareEnumsWithEqualityOperator
130+
127131 - org.openrewrite.staticanalysis.ControlFlowIndentation
128132 - org.openrewrite.staticanalysis.CovariantEquals
129133 # Needs manual intervention
You can’t perform that action at this time.
0 commit comments