-
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
Support configuration of reporters in DSL #1808
Conversation
### What's done: - extended DiktatExtension to support configuration of reporters in DSL
...gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/ReportersDsl.kt
Fixed
Show fixed
Hide fixed
...gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/ReportersDsl.kt
Fixed
Show fixed
Hide fixed
...gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/ReportersDsl.kt
Fixed
Show fixed
Hide fixed
...gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/ReportersDsl.kt
Fixed
Show fixed
Hide fixed
...gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/ReportersDsl.kt
Fixed
Show fixed
Hide fixed
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 164 files - 1 164 suites - 1 9m 26s ⏱️ + 2m 13s Results for commit 37f7420. ± Comparison against base commit 81a7429. This pull request removes 2 tests.
♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 164 files - 1 164 suites - 1 7m 5s ⏱️ +8s Results for commit 37f7420. ± Comparison against base commit 81a7429. This pull request removes 2 tests.
♻️ This comment has been updated with latest results. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1808 +/- ##
============================================
+ Coverage 78.33% 78.39% +0.06%
- Complexity 2421 2432 +11
============================================
Files 126 128 +2
Lines 8488 8578 +90
Branches 2152 2151 -1
============================================
+ Hits 6649 6725 +76
- Misses 879 893 +14
Partials 960 960 ☔ View full report in Codecov by Sentry. |
What's done:
json
,checkstyle
,html
,sarif
andplain
as function to configure in extensionsmergeDiktatReports
depends only todiktatCheck
(previously it depended todiktatFix
too)It closes #1801