-
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
Change generic-type algorithm #536
Conversation
### What's done: Changed algorithm
Codecov Report
@@ Coverage Diff @@
## master #536 +/- ##
============================================
+ Coverage 81.88% 81.90% +0.02%
- Complexity 1635 1636 +1
============================================
Files 78 78
Lines 4123 4123
Branches 1302 1302
============================================
+ Hits 3376 3377 +1
Misses 219 219
+ Partials 528 527 -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/main/kotlin/org/cqfn/diktat/ruleset/rules/IdentifierNaming.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/IdentifierNaming.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/IdentifierNaming.kt
Outdated
Show resolved
Hide resolved
### What's done: Fixed after review
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter1/IdentifierNamingWarnTest.kt
Show resolved
Hide resolved
### What's done: Added more tests
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:
closes #493