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
Lint error > [experimental:annotation-spacing] Annotations should occur immediately before the annotated construct
Steps to Reproduce
@SuppressWarnings // no longer needed
fun someFun() {
}
This code should pass lint but fails on the annotation.
Your Environment
Version of ktlint used: 0.41.0
Name and version (or code for custom task) of integration used (Gradle plugin, Maven plugin, command line, custom Gradle task): Gradle plugin org.jmailen.kotlinter version 3.4.0
Version of Gradle used (if applicable): 6.8.3
The text was updated successfully, but these errors were encountered:
Expected Behavior
I can comment on the same line as the annotation
Observed Behavior
Lint error happens:
Steps to Reproduce
This code should pass lint but fails on the annotation.
Your Environment
The text was updated successfully, but these errors were encountered: