-
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
Migration to Kotlin's imports #1659
Conversation
### What's done: - added diktat-api - added diktat-ktlint-engine
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/utils/AstConstants.kt
Fixed
Show fixed
Hide fixed
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 162 files ±0 162 suites ±0 7m 25s ⏱️ + 2m 36s Results for commit 7eb4546. ± Comparison against base commit cedf7e1. ♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 162 files ±0 162 suites ±0 9m 10s ⏱️ + 3m 33s Results for commit 7eb4546. ± Comparison against base commit cedf7e1. ♻️ This comment has been updated with latest results. |
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.
ktlint found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/utils/AstNodeUtils.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/utils/AstNodeUtils.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/utils/AstNodeUtils.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/utils/AstNodeUtils.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/utils/AstNodeUtils.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## master #1659 +/- ##
============================================
- Coverage 78.94% 78.86% -0.08%
+ Complexity 2318 2317 -1
============================================
Files 124 125 +1
Lines 8106 8139 +33
Branches 2044 2060 +16
============================================
+ Hits 6399 6419 +20
- Misses 810 812 +2
- Partials 897 908 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
What's done:
ktlint
indiktat-rules
It closes #1658