-
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
Diktat CLI runner #1653
Diktat CLI runner #1653
Conversation
* * *
* added wrappers for Reporter * added wrapper for Baseline * supported processing a bunch of files
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-runner/diktat-runner-cli/src/main/kotlin/org/cqfn/diktat/cli/DiktatProperties.kt
Fixed
Show fixed
Hide fixed
diktat-runner/diktat-runner-cli/src/main/kotlin/org/cqfn/diktat/cli/DiktatProperties.kt
Fixed
Show fixed
Hide fixed
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 6 files - 155 6 suites - 155 27s ⏱️ - 7m 45s For more details on these failures, see this check. Results for commit 031d03b. ± Comparison against base commit 0d528ce. This pull request removes 1344 and adds 5 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 7 files - 154 7 suites - 154 27s ⏱️ - 5m 54s For more details on these failures, see this check. Results for commit 031d03b. ± Comparison against base commit 0d528ce. This pull request removes 1342 and adds 5 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
diktat-rules/src/test/kotlin/org/cqfn/diktat/util/DiktatRuleSetProvider4Test.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/test/kotlin/org/cqfn/diktat/util/DiktatRuleSetProvider4Test.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## master #1653 +/- ##
============================================
- Coverage 80.45% 78.79% -1.66%
Complexity 2320 2320
============================================
Files 121 125 +4
Lines 7920 8108 +188
Branches 2036 2046 +10
============================================
+ Hits 6372 6389 +17
- Misses 649 820 +171
Partials 899 899
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:
diktat-cli
to run diktat as a cli commandCherry-picked #1566
It closes #1557