-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Correctly handle prefix and postfix operators in WhiteSpaceRule (#416) #437
Conversation
Codecov Report
@@ Coverage Diff @@
## master #437 +/- ##
============================================
- Coverage 82.04% 81.95% -0.09%
+ Complexity 1436 1435 -1
============================================
Files 69 69
Lines 3586 3591 +5
Branches 1143 1147 +4
============================================
+ Hits 2942 2943 +1
Misses 201 201
- Partials 443 447 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…pace#416 # Conflicts: # diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/smoke/DiktatSmokeTest.kt
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. Guess we should write about prefix and postfix operators in kdoc.
good point, added |
What's done:
This pull request closes #416