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
...
Unexpected indentation (expected 8, actual 12) (parameter-list-wrapping) // argumentsUnexpected indentation (expected 4, actual 8) (parameter-list-wrapping) // last line
Steps to Reproduce
Try to run lint on the given example, in case of formatting - this gets reformatted wrongly, which then causes indent rule to fail
Your Environment
Version of ktlint used: 0.38.0
Name and version (or code for custom task) of integration used (Gradle plugin, Maven plugin, command line, custom Gradle task): CLI
The text was updated successfully, but these errors were encountered:
Expected Behavior
Expect this code to not cause any errors
Observed Behavior
Steps to Reproduce
Try to run lint on the given example, in case of formatting - this gets reformatted wrongly, which then causes
indent
rule to failYour Environment
The text was updated successfully, but these errors were encountered: