-
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
Added logic for parameters and supertypes lists to NewlinesRule #431
Conversation
### What's done: * Changed logic * Added tests * Updated code style guide
### What's done: * Code style
…feature/newlines-rule#420
Codecov Report
@@ Coverage Diff @@
## master #431 +/- ##
============================================
- Coverage 81.97% 81.87% -0.10%
- Complexity 1464 1478 +14
============================================
Files 71 71
Lines 3689 3730 +41
Branches 1178 1195 +17
============================================
+ Hits 3024 3054 +30
- Misses 201 203 +2
- Partials 464 473 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
### What's done: * Code style
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/files/NewlinesRule.kt
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/files/NewlinesRule.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
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 #420
Actions checklist