You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nox213
changed the title
Partial removal of multiline expressions with RemoveUnused rule
Scalafix RemoveUnused: Expression Parentheses Not Properly Handled After Removing Unused Variable
Sep 10, 2024
nox213
changed the title
Scalafix RemoveUnused: Expression Parentheses Not Properly Handled After Removing Unused Variable
RemoveUnused: Expression Parentheses Not Properly Handled After Removing Unused Variable
Sep 10, 2024
nox213
changed the title
RemoveUnused: Expression Parentheses Not Properly Handled After Removing Unused Variable
RemoveUnused: Expression parentheses not properly handled after removing unused variable
Sep 10, 2024
Removing an unused variable with Scalafix’s RemoveUnused rule leaves unbalanced parentheses in expressions, resulting in invalid syntax.
scala version: 2.13.13
sbt version: 1.10.1
scalafix version: 0.12.1
build.sbt
Before
After
The text was updated successfully, but these errors were encountered: