-
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 ktlint v0.46.* #1379
Support ktlint v0.46.* #1379
Conversation
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1) 151 files + 150 151 suites +150 8m 34s ⏱️ + 8m 32s For more details on these failures, see this check. Results for commit d48c0c0. ± Comparison against base commit f9e9208. ♻️ This comment has been updated with latest results. |
9f0b2d7
to
2a16f9d
Compare
diktat-maven-plugin/src/main/kotlin/org/cqfn/diktat/plugin/maven/DiktatBaseMojo.kt
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## renovate/ktlint #1379 +/- ##
=====================================================
+ Coverage 83.30% 83.39% +0.08%
+ Complexity 2554 2540 -14
=====================================================
Files 107 106 -1
Lines 7565 7610 +45
Branches 2090 2087 -3
=====================================================
+ Hits 6302 6346 +44
- Misses 373 374 +1
Partials 890 890
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
diktat-maven-plugin/src/main/kotlin/org/cqfn/diktat/plugin/maven/DiktatMojo.kt
Show resolved
Hide resolved
* @param pred a predicate | ||
* @return filtered sequence | ||
*/ | ||
private fun <T> Sequence<T>.takeWhileInclusive(pred: (T) -> Boolean): Sequence<T> { |
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.
have to move to this place because of a bug in kotlin-maven-plugin
(will look at it later)
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/utils/AstNodeUtils.kt
Outdated
Show resolved
Hide resolved
b86826b
to
6ddef3c
Compare
6ddef3c
to
9554ec6
Compare
### What's done: - enabled K2 compiler where it's require - supported removed classes and fields
### What's done: - enabled K2 compiler where it's require - supported removed classes and fields
ce08389
to
03f0eb3
Compare
9554ec6
to
f9e9208
Compare
* Update Ktlint to v0.46.1 * enabled K2 compiler where it's require (after v0.46.0) * supported removed classes and fields Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update Ktlint to v0.46.1 * enabled K2 compiler where it's require (after v0.46.0) * supported removed classes and fields Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Support ktlint v0.46.* (#1379) * enabled K2 compiler where it's require (after v0.46.0) * supported removed classes and fields Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
No description provided.