-
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
BlockStructureBraces assertion failed #461
Conversation
### What's done: Fixed bug with add children
### What's done: Fixed file to fix test
Codecov Report
@@ Coverage Diff @@
## master #461 +/- ##
============================================
+ Coverage 81.91% 81.97% +0.05%
- Complexity 1461 1464 +3
============================================
Files 71 71
Lines 3689 3689
Branches 1178 1178
============================================
+ Hits 3022 3024 +2
+ Misses 202 201 -1
+ Partials 465 464 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
diktat-rules/src/test/resources/test/paragraph3/block_brace/ClassBracesTest.kt
Show resolved
Hide resolved
### What's done: Added to smoke test
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/BlockStructureBracesFixTest.kt
Outdated
Show resolved
Hide resolved
### What's done: Remove useless test and add smoke test
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:
Fixed bug with add children
closes #436