-
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
Fix for issue #407 - no newline between consecutive braces in autocorrect mode #463
Conversation
### What's done: * Rearranged rules in DiktatRuleSetProvider
### What's done: * Code style
Codecov Report
@@ Coverage Diff @@
## master #463 +/- ##
============================================
+ Coverage 81.89% 81.98% +0.08%
- Complexity 1448 1451 +3
============================================
Files 70 70
Lines 3623 3624 +1
Branches 1158 1159 +1
============================================
+ Hits 2967 2971 +4
Misses 202 202
+ Partials 454 451 -3
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/main/kotlin/org/cqfn/diktat/ruleset/rules/DiktatRuleSetProvider.kt
Show resolved
Hide resolved
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: * Reorder imports
… bugfix/newlines-braces#407
This pull request closes #407