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
path/to/file/File.kt:4:1:Declarationsand declarations with comments should have an empty space between. (experimental:spacing-between-declarations-with-comments)
Steps to Reproduce
Run lint on the given code snippet, in case of formatting - an empty line will be inserted before the // comment
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 issues
Observed Behavior
Steps to Reproduce
Run lint on the given code snippet, in case of formatting - an empty line will be inserted before the
// comment
Your Environment
The text was updated successfully, but these errors were encountered: