-
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
Reused 'DiktatProcessor' for inline fix and check #1657
Conversation
### What's done: - Extends `DiktatProcessor` - Supported changes in `DiktatProcessor`
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 162 files ±0 162 suites ±0 5m 29s ⏱️ -4s Results for commit 0b61be5. ± Comparison against base commit 0fd74b5. This pull request removes 44 and adds 44 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 162 files ±0 162 suites ±0 6m 58s ⏱️ -23s For more details on these failures, see this check. Results for commit 0b61be5. ± Comparison against base commit 0fd74b5. This pull request removes 44 and adds 44 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
diktat-ktlint-engine/src/main/kotlin/org/cqfn/diktat/ktlint/KtLintUtils.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## master #1657 +/- ##
============================================
- Coverage 78.79% 78.75% -0.05%
Complexity 2320 2320
============================================
Files 125 125
Lines 8108 8111 +3
Branches 2046 2047 +1
============================================
- Hits 6389 6388 -1
- Misses 820 825 +5
+ Partials 899 898 -1
... and 2 files with indirect coverage changes 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:
DiktatProcessor