-
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
Removed close outputStream as separate listener #1688
Conversation
### What's done: - added wrapper for ReporterV2 which closes outputstream in afterAll
diktat-ktlint-engine/src/main/kotlin/org/cqfn/diktat/ktlint/DiktatBaselineFactoryImpl.kt
Fixed
Show fixed
Hide fixed
diktat-ktlint-engine/src/main/kotlin/org/cqfn/diktat/ktlint/KtLintUtils.kt
Fixed
Show fixed
Hide fixed
diktat-ktlint-engine/src/main/kotlin/org/cqfn/diktat/ktlint/KtLintUtils.kt
Fixed
Show fixed
Hide fixed
diktat-ktlint-engine/src/main/kotlin/org/cqfn/diktat/ktlint/KtLintUtils.kt
Fixed
Show fixed
Hide fixed
diktat-ktlint-engine/src/main/kotlin/org/cqfn/diktat/ktlint/KtLintUtils.kt
Fixed
Show fixed
Hide fixed
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 162 files ±0 162 suites ±0 10m 53s ⏱️ +48s Results for commit fc23765. ± Comparison against base commit 4c90d15. ♻️ 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 24s ⏱️ + 2m 50s Results for commit fc23765. ± Comparison against base commit 4c90d15. ♻️ This comment has been updated with latest results. |
diktat-ktlint-engine/src/main/kotlin/org/cqfn/diktat/ktlint/ReporterV2Wrapper.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## master #1688 +/- ##
============================================
- Coverage 78.35% 78.19% -0.17%
Complexity 2312 2312
============================================
Files 124 125 +1
Lines 8142 8159 +17
Branches 2060 2061 +1
============================================
Hits 6380 6380
- Misses 858 875 +17
Partials 904 904
|
What's done: