-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
False positives: incorrectly indented expression body functions with WRONG_INDENTATION
inspection
#1330
Comments
can be linked with #1312 |
0x6675636b796f75676974687562
changed the title
Invalid indenting with WRONG_INDENTATION inspection
False positives: incorrectly indented expression body functions with WRONG_INDENTATION inspection
May 31, 2022
Other examples (from gh-1312), affected by
The problem is spurious, e. g.: if the above examples are concatenated together, no error is reported. |
0x6675636b796f75676974687562
changed the title
False positives: incorrectly indented expression body functions with WRONG_INDENTATION inspection
False positives: incorrectly indented expression body functions with Jun 1, 2022
WRONG_INDENTATION
inspection
Also: fun foo() =
println() |
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 7, 2022
### What's done: * Added unit tests for mis-indented expression body functions. * See #1330.
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 14, 2022
### What's done: * Added unit tests for mis-indented expression body functions. * See #1330.
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 14, 2022
### What's done: * Added unit tests for mis-indented expression body functions. * See #1330.
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 15, 2022
### What's done: * Added unit tests for mis-indented expression body functions. * See #1330.
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 15, 2022
### What's done: * Added unit tests for mis-indented expression body functions. * See #1330.
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 15, 2022
### What's done: * Added unit tests for mis-indented expression body functions. * See #1330.
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 15, 2022
### What's done: * Added unit tests for mis-indented expression body functions. * See #1330.
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 15, 2022
### What's done: * Added unit tests for mis-indented expression body functions. * Comparison failures now recognized by IDEA. * Content comparison deltas prevented from being wrapped when presented to the user (`columnWidth` increased from 80 to `Int.MAX_VALUE`, so deltas will no longer have any inline `<br/>`). * Failing tests (caused by #1347, skipped by default) can be re-enabled by running with `-Dtests.can.be.muted=true` * See #1330.
0x6675636b796f75676974687562
added
the
spurious issue
An intermittent problem which can't be reliably reproduced
label
Jun 17, 2022
0x6675636b796f75676974687562
removed
the
spurious issue
An intermittent problem which can't be reliably reproduced
label
Jun 22, 2022
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 22, 2022
… flag ### What's done: * More complex code fragments which test the behaviour of the `extendedIndentAfterOperators` flag have been added.
1 task
0x6675636b796f75676974687562
added a commit
that referenced
this issue
Jun 22, 2022
… flag (#1395) ### What's done: * More complex code fragments which test the behaviour of the `extendedIndentAfterOperators` flag have been added.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment information
The text was updated successfully, but these errors were encountered: