-
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
Bugfix. Indentation inside string templates(#758) #765
Bugfix. Indentation inside string templates(#758) #765
Conversation
### What's done: * Added a simple test
### What's done: * Fixed bugs * Added tests
Codecov Report
@@ Coverage Diff @@
## master #765 +/- ##
============================================
- Coverage 80.56% 80.49% -0.07%
- Complexity 2044 2046 +2
============================================
Files 97 97
Lines 5300 5307 +7
Branches 1637 1640 +3
============================================
+ Hits 4270 4272 +2
- Misses 247 250 +3
- Partials 783 785 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|fun foo(some: String) { | ||
| fun bar() { | ||
| val a = "${'$'}{ | ||
| expression |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I corrected expression
as it should be, but then it incorrectly detects the indentation of the bottom lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
### What's done: * New bug with warn (fix work fine)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg for me, but please check comment from Denis and fix diktat code to be compatible with diktat
### What's done: * Fixed bug
### What's done: * Fixed bug
### What's done: * Fixed bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What's done:
This pull request closes #758
Actions checklist