-
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 command #1649
Diktat command #1649
Conversation
### What's done: - added DiktatProcessor - added DiktatProcessCommand - reused it in maven-plugin - reused it in gradle-plugin
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-gradle-plugin/src/main/kotlin/org/cqfn/diktat/plugin/gradle/tasks/DiktatTaskBase.kt
Fixed
Show fixed
Hide fixed
diktat-gradle-plugin/src/main/kotlin/org/cqfn/diktat/plugin/gradle/tasks/DiktatTaskBase.kt
Fixed
Show fixed
Hide fixed
diktat-gradle-plugin/src/main/kotlin/org/cqfn/diktat/plugin/gradle/tasks/DiktatTaskBase.kt
Fixed
Show fixed
Hide fixed
diktat-gradle-plugin/src/main/kotlin/org/cqfn/diktat/plugin/gradle/tasks/DiktatTaskBase.kt
Fixed
Show fixed
Hide fixed
diktat-gradle-plugin/src/main/kotlin/org/cqfn/diktat/plugin/gradle/tasks/DiktatTaskBase.kt
Fixed
Show fixed
Hide fixed
diktat-gradle-plugin/src/main/kotlin/org/cqfn/diktat/plugin/gradle/tasks/DiktatTaskBase.kt
Fixed
Show fixed
Hide fixed
draft PR is in progress is happening |
Codecov Report
@@ Coverage Diff @@
## master #1649 +/- ##
============================================
- Coverage 81.31% 80.74% -0.58%
- Complexity 2326 2330 +4
============================================
Files 113 118 +5
Lines 7912 7908 -4
Branches 2048 2046 -2
============================================
- Hits 6434 6385 -49
- Misses 578 621 +43
- Partials 900 902 +2
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:
copied from #1563