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
Name and version (or code for custom task) of integration used (Gradle plugin, Maven plugin, command line, custom Gradle task): just plain old ktlint and ktlint --verbose
Version of Gradle used (if applicable): N/A
Operating System and version: macOS Big Sur
Link to your project (if it's a public repository): N/A
The text was updated successfully, but these errors were encountered:
cc @umbertosidoti @theerasan
Hi - it seems that this is new in 0.40.0, and I think it may be related to:
Any info or guidance would be appreciated. Have considered creating our own ruleset but wanted to understand why this is happening first.
Expected Behavior
Indentation
indent
error shouldn't be triggered (ktlint
should pass) for these lines:Observed Behavior
ktlint
fails with errors:Steps to Reproduce
Here's the code:
Your Environment
ktlint
andktlint --verbose
The text was updated successfully, but these errors were encountered: