Skip to content
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

WRONG_INDENTATION: fix the regression introduced with 998d0e9 #1503

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

0x6675636b796f75676974687562
Copy link
Member

What's done:

### What's done:

 * Fixes the false-positive warnings reported for single-line string templates.
 * Closes #1490.
 * See #811 (the original feature request).
 * See #1364 (the pull request which introduced the regression).
 * See 998d0e9 (the commit which introduced the regression).
@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #1503 (1c8534a) into master (ce65178) will decrease coverage by 0.04%.
The diff coverage is 72.41%.

@@             Coverage Diff              @@
##             master    #1503      +/-   ##
============================================
- Coverage     82.80%   82.76%   -0.05%     
+ Complexity     2573     2565       -8     
============================================
  Files           111      111              
  Lines          7712     7723      +11     
  Branches       2114     2121       +7     
============================================
+ Hits           6386     6392       +6     
  Misses          432      432              
- Partials        894      899       +5     
Flag Coverage Δ
unittests 82.76% <72.41%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...at/ruleset/rules/chapter3/files/IndentationRule.kt 75.00% <72.41%> (-0.88%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@0x6675636b796f75676974687562 0x6675636b796f75676974687562 deleted the bugfix/andrey.shcheglov/a branch August 15, 2022 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WRONG_INDENTATION false-positive: "the same number of indents to the opening and closing quotes was expected"
2 participants