Skip to content

Commit f4c598e

Browse files
committed
Disable ChainStringBuilderAppendCalls
1 parent 59195c3 commit f4c598e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rewrite.yml

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

0 commit comments

Comments
 (0)