We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLANK_LINE_BETWEEN_PROPERTIES
@Annotation
Minimal repro:
class C { private val val0 = Regex("""\d+""") @Suppress("WRONG_NEWLINES") // Trailing comment private val val1 = 42 @Deprecated("Deprecation message") // Trailing comment private val val2 = "" }
The text was updated successfully, but these errors were encountered:
BLANK_LINE_BETWEEN_PROPERTIES false positive
d932237
### What's done: * fixed isFollowedByNewlineCheck Closes #1496
f7b7740
BLANK_LINE_BETWEEN_PROPERTIES false positive (#1608)
22c1cdb
* BLANK_LINE_BETWEEN_PROPERTIES false positive ### What's done: * fixed isFollowedByNewlineCheck Closes #1496
Cheshiriks
Successfully merging a pull request may close this issue.
Minimal repro:
Environment information
The text was updated successfully, but these errors were encountered: