-
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
Bugfix. False positives in UNUSED_IMPORT #760
Conversation
b922f7f
to
201cd40
Compare
Codecov Report
@@ Coverage Diff @@
## master #760 +/- ##
============================================
+ Coverage 79.73% 79.79% +0.05%
- Complexity 2016 2019 +3
============================================
Files 97 97
Lines 5074 5078 +4
Branches 1621 1621
============================================
+ Hits 4046 4052 +6
Misses 246 246
+ Partials 782 780 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
201cd40
to
064838e
Compare
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/files/FileStructureRule.kt
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/files/FileStructureRule.kt
Show resolved
Hide resolved
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/FileStructureRuleTest.kt
Show resolved
Hide resolved
cf460b6
to
b35f3ad
Compare
* Fixed bug
c249930
to
59aa608
Compare
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/FileStructureRuleTest.kt
Outdated
Show resolved
Hide resolved
* add 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:
This pull request closes #742