chore(deps): update all non-major dependencies (except core kotlin)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.junit.jupiter:junit-jupiter-engine (source) | 5.10.2 -> 5.14.1 |
||||
| io.kotest:kotest-assertions-core | 5.8.1 -> 5.9.1 |
||||
| com.google.code.gson:gson | 2.10.1 -> 2.13.2 |
||||
| com.gradle.enterprise | 3.16.2 -> 3.19.2 |
||||
| com.squareup:kotlinpoet | 2.0.0 -> 2.2.0 |
||||
| org.ajoberstar.reckon:reckon-gradle | 0.18.3 -> 0.19.2 |
||||
| io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) | 1.23.5 -> 1.23.8 |
||||
| org.apache.logging.log4j:log4j-core (source) | 2.23.1 -> 2.25.2 |
||||
| org.apache.logging.log4j:log4j-slf4j2-impl (source) | 2.23.1 -> 2.25.2 |
||||
| io.github.detekt.sarif4k:sarif4k (source) | 0.5.0 -> 0.6.0 |
||||
| io.github.petertrr:kotlin-multiplatform-diff | 0.5.0 -> 0.7.0 |
||||
| com.akuleshov7:ktoml-source | 0.5.1 -> 0.7.1 |
||||
| com.akuleshov7:ktoml-file | 0.5.1 -> 0.7.1 |
||||
| com.akuleshov7:ktoml-core | 0.5.1 -> 0.7.1 |
||||
| com.squareup.okio:okio-fakefilesystem | 3.8.0 -> 3.16.2 |
||||
| com.squareup.okio:okio | 3.8.0 -> 3.16.2 |
Release Notes
kotest/kotest (io.kotest:kotest-assertions-core)
v5.9.1
What's Changed
Assertions
- shouldHaveElementAt-more-info by @AlexCue987 in #3985
- shouldExist-more-info (#62) by @AlexCue987 in #3984
- singleElement-more-info by @AlexCue987 in #3983
- singleElement-with-predicate-more-info by @AlexCue987 in #3986
- Add Stacktrace Substring Matching to Throwable Matchers by @neBM in #3998
- Deprecating inspecting. by @Kantis in #4009
- Partial key (#65) by @AlexCue987 in #4013
- fix retry ignore subclass of exception class by @kin4496 in #3955
- Add simplified overloads to shouldMatchEach extensions (#3911) by @gianninia in #3929
- Add an
infixvariant ofshouldNotBeNullthat accepts a block by @sschuberth in #4060
Framework
- Handling generic data classes when determining identifier stability by @Kantis in #4007
- Refactor team city listener to extract the writing methods by @sksamuel in #4053
Property-testing
- Reverted generation of null values in
Arb.list<T?>due to performance issues by @Kantis in #4023 - Add an Arbitrary to generate whitespace. by @jedesroches in #4030
Docs
- Update blogs.md - matchers for temporal types with tolerance by @AlexCue987 in #4021
- fix broken matcher documentation for dates by @dzappold in #4019
- Correct the explanation of lifecycle hooks in docs by @kohii in #4020
- Fix links for Testcontainers lifecycle section by @gavvvr in #4037
- Add link to write-up about ranges by @AlexCue987 in #4042
- Fix test name comparison in docs by @hoonloper in #4034
Build / CI/CD / Dependency updates
- Add wasmJs publishing to release job by @eygraber in #4010
- chore(deps): update dependency gradle to v8.7 by @renovate in #3958
- add-regression-test-for-performance-degradation by @AlexCue987 in #4027
- Publish androidNative targets by @eygraber in #4031
- Publish watchosDeviceArm64 target by @eygraber in #4032
- fix(deps): update dependency io.mockk:mockk to v1.13.11 by @renovate in #4050
- [Chore] Upgrade to the Develocity plugin to remove build warnings by @pshevche in #4045
New Contributors
- @eygraber made their first contribution in #4010
- @dzappold made their first contribution in #4019
- @kohii made their first contribution in #4020
- @jedesroches made their first contribution in #4030
- @gavvvr made their first contribution in #4037
- @pshevche made their first contribution in #4045
- @hoonloper made their first contribution in #4034
- @neBM made their first contribution in #3998
Full Changelog: https://github.com/kotest/kotest/compare/v5.9.0...v5.9.1
v5.9.0
New Features
- Support for WebAssembly (the wasmJs target) has been added (#3805)
Breaking Changes
- Support for watchosX86 and iosArm32 targets has been removed (#3805)
Requirements
- Kotlin 1.9.23 and higher
- kotlinx.coroutines 1.8.0 and higher
What's Changed
- Add wasmJs target by @OliverO2 in #3805
- fix(docs): indentation in System Extensions by @craigpastro in #3940
- Change Arb.filterIsInstance() signature to use single type parameter by @kshired in #3943
- Add missing functions to property-arbs docs by @snowe2010 in #3945
- Increasing JVM heap allowance on GitHub by @Kantis in #3948
- Fix JS and Wasm/JS test timeouts, bring back Node.js test output by @OliverO2 in #3953
- add-similarity-to-contains-draft (#42) by @AlexCue987 in #3906
- Update Sonatype snapshot URL by @aSemy in #3956
- Fix json assertions artifact coordinate in docs by @TWiStErRob in #3968
- Create CODE_OF_CONDUCT.md by @sschuberth in #3987
- Restructure Kotlin/JS and Kotlin/JS/Wasm testing, fix #3329 by @OliverO2 in #3954
- Correct Collection Matchers Documentation For
collection.shouldContainAllInAnyOrder()by @u-ways-e in #3995 - chore(deps): update plugin com.gradle.enterprise to v3.17.2 by @renovate in #3990
- Add kotlin-faker to extensions list by @serpro69 in #3971
- Better assertion failures for containJsonKeyValue by @Kantis in #3949
- fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 by @renovate in #3957
- Add similarity to contain exactly in any order by @AlexCue987 in #3938
- Fix Arb.list failing within edge cases in case of null values by @oliverblaha in #3982
- chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 by @renovate in #3993
- chore(deps): update plugin io.kotest.multiplatform to v5.8.1 by @renovate in #3992
- fixing the kotest autoscan warning message to reference the right property name by @stepanv in #4000
- fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.release by @renovate in #3989
- Allow comparison between empty set and other iterables by @Kantis in #4005
- Moving similarity feature to kotest-assertions-core by @Kantis in #4006
New Contributors
- @craigpastro made their first contribution in #3940
- @snowe2010 made their first contribution in #3945
- @TWiStErRob made their first contribution in #3968
- @u-ways-e made their first contribution in #3995
- @serpro69 made their first contribution in #3971
- @stepanv made their first contribution in #4000
Full Changelog: https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0
square/kotlinpoet (com.squareup:kotlinpoet)
v2.2.0
Thanks to @IRus for contributing to this release.
- New: Kotlin 2.1.21.
- New: KSP 2.1.21-2.0.1.
- New: Add support for context parameters. (#2112)
- New: Eliminate Guava dependency. (#2110)
- New: Migrate to Dokka plugin V2. (#2113)
v2.1.0
Thanks to @ForteScarlet, @TrevorSStone, @RaoPrashanth, @damianw, @ansehoon1999, @TheMrMilchmann for contributing to this release.
- New: Kotlin 2.1.10.
- New: KSP 2.1.10-1.0.30.
- Fix: Support delegates on anonymous classes. (#2034)
- Fix: Prevent aliased imports from colliding with existing imports. (#2052)
- Fix:
TypeName.MUTABLE_MAP_ENTRYnow correctly uses theMutableEntrynested class name. (#2061) - Fix: Use the same aliased import for both the nullable and non-nullable versions of a type. (#2068)
- Fix: Allow zero methods in a functional interface if it has a superinterface. (#2075)
detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)
v1.23.8
1.23.8 - 2025-02-20
This is a point release for Detekt 1.23.0, built against Kotlin 2.0.21, with fixes for several bugs that got reported by the community.
Notable Changes
- fix(deps): Update kotlin to 2.0.21 - #7580
- fix(deps): Update AGP to v8.8.1 - #7879
- fix(deps): update Gradle to v8.12.1 - #7780
Changelog
- UseDataClass: do not report on
expectclasses - #7857 - Fix InjectDispatcher false positives - #7797
- [UnnecessaryParentheses] Allow float/double without integer part - #7751
- Fix
ThrowingExceptionsWithoutMessageOrCausefalse positive - #7715 - Issue #7634: Make
UndocumentedPublicClassconfigurable to flag `com… - #7635 - Fix redundant empty tags in baseline XML - #7625
- MatchingDeclarationName now supports platofrm suffixes - #6426
Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @JordanLongstaff, @Nava2, @atulgpt, @eygraber, @lexa-diky, @t-kameyama
v1.23.7
1.23.7 - 2024-09-08
This is a point release for Detekt 1.23.0, built against Kotlin 2.0.10, with fixes for several bugs that got reported by the community.
Notable Changes
- fix(deps): update kotlin monorepo to v2.0.10 - #7517
- Update to Kotlin 2.0.0 #6640
- fix(deps): update kotlin monorepo to v1.9.24 - #7264
- fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 - #7525
- chore(deps): update dependency gradle to v8.10 - #7546
Changelog
- Add basic support for isolated projects to 1.x - #7526
- ExplicitCollectionElementAccessMethod: fix false positive when Map put has 3 arguments - #7563
- BracesOnIfStatements: fix false-positive when chained - #7444
- Add enum entry check in
UndocumentedPublicProperty- #7426 - Use the anchor which is already present before - #7423
- Fix small corner-case in "SerialVersionUIDInSerializableClass" rule, … - #7346
- SwallowedException: fix false positive when exception is used as a receiver - #7288
- NamedArguments: fix false positive on spread varargs - #7283
- MultilineLambdaItParameter: fix false negative with single statement on multiple lines - #7221
- Check for root of receiver in selector expression - #7220
- Check for
public companionobject forUndocumentedPublicClass- #7219 - fix: TopLevelPropertyNaming also detecting extension property name - #7212
- Publish detekt-compiler-plugin-all to Maven and GH Releases - #7179
- versioned default detekt config file link - #7161
- Support rangeUntil operator for UnusedImport rule - #7104
- Fix false positive on it usages when type parameter is specified - #6850
Housekeeping/Docs
- [bugfix] AnnotationOnSeparateLine in snippets - #6526
- Add docs about using the Compiler Plugin with the Kotlin CLI compiler - #7184
v1.23.6
1.23.6 - 2024-03-23
This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.23 and fixed several bugs that got reported by the community.
Changelog
- UselessPostfixExpression - Fix #7037 false positive postfix - #7084
- Don't allow invalid Source Locations - #7030
- UnusedPrivateClass: don't report if private classes are used for type conversion - #6995
- RedundantSuspendModifier: do not report when the function has 'actual' modifier - #6951
- Update dependency gradle to v8.7 - #7080
- Update kotlin monorepo to v1.9.23 - #7027
- Update dependency gradle to v8.6 - #6939
- Update dependency com.android.tools.build:gradle to v8.3.1 - #7070
Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @psuzn, @t-kameyama.
detekt/sarif4k (io.github.detekt.sarif4k:sarif4k)
v0.6.0
Critical changes
- Create a sarif merger (#82)
- Properly implement PropertyBag to allow arbitrary key/value pairs (#78)
- Add a breakline at the end of the file when encoding no minified sarif (#99)
- Update kdoc (#98)
What's Changed
- Update plugin org.jetbrains.kotlin.multiplatform to v1.9.22 by @renovate in #66
- Update junit5 monorepo to v5.10.1 by @renovate in #71
- Update actions/checkout digest to
f43a0e5by @renovate in #68 - Update actions/cache digest to
e12d46aby @renovate in #77 - Update actions/upload-artifact digest to
a8a3f3aby @renovate in #75 - Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.22 by @renovate in #67
- Update actions/setup-java digest to
0ab4596by @renovate in #79 - Update actions/checkout action to v4 by @renovate in #74
- Update plugin org.owasp.dependencycheck to v8.4.3 by @renovate in #80
- Update plugin org.jetbrains.dokka to v1.9.10 by @renovate in #65
- Update dependency gradle to v8.5 by @renovate in #73
- Update actions/cache action to v4 by @renovate in #83
- Update actions/setup-java action to v4 by @renovate in #84
- Update actions/upload-artifact action to v4 by @renovate in #85
- Review Java usage on CI by @TWiStErRob in #88
- Add default workflow for Gradle's dependency-submission action by @BraisGabin in #89
- Remove org.owasp.dependencycheck by @BraisGabin in #90
- Use gradle/actions/setup-gradle instead of custom cache by @BraisGabin in #81
- Pin gradle/actions action to
ec92e82by @renovate in #91 - Allow running dependencies manually by @TWiStErRob in #93
- Holistic review of GitHub Actions by @TWiStErRob in #92
- Update junit5 monorepo to v5.10.2 by @renovate in #95
- Update actions/upload-artifact digest to
5d5d22aby @renovate in #96 - Update dependency gradle to v8.6 by @renovate in #94
- Add merging utilities by @matejdro in #87
- Update gradle/actions digest to
417ae3cby @renovate in #102 - Test tags by @BraisGabin in #97
- Fix documentation by @BraisGabin in #98
- Breakline at the end of the SARIF file. by @BraisGabin in #100
- Allow to add arbitrary values to
PropertyBagby @BraisGabin in #101 - Update releasing by @BraisGabin in #103
- Update actions/setup-java digest to
9704b39by @renovate in #104 - Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.23 by @renovate in #107
- Update plugin org.jetbrains.kotlin.multiplatform to v1.9.23 by @renovate in #106
- Update plugin org.jetbrains.dokka to v1.9.20 by @renovate in #105
New Contributors
- @BraisGabin made their first contribution in #89
- @matejdro made their first contribution in #87
Full Changelog: https://github.com/detekt/sarif4k/compare/0.5.0...0.6.0
petertrr/kotlin-multiplatform-diff (io.github.petertrr:kotlin-multiplatform-diff)
v0.7.0
What's Changed
- add ARM cpu targets by @dobe in #115
- Do another general cleanup by @lppedd in #114
- chore(deps): update dependency gradle to v8.8 by @renovate in #106
New Contributors
Full Changelog: https://github.com/petertrr/kotlin-multiplatform-diff/compare/v0.6.0...v0.7.0
v0.6.0
What's Changed
-
Introduce Myers algorithm in linear space by @lppedd in #112
-
chore(deps): update all github actions to v4 (major) by @renovate in #99
-
Update Gradle to 8.6, switch to new Gradle GH actions by @petertrr in #100
-
chore(deps): update dependency org.jetbrains.kotlin.multiplatform to v1.9.22 by @renovate in #95
-
chore(deps): update detekt to v1.23.5 by @renovate in #96
-
chore(deps): update junit to v5.10.1 by @renovate in #94
-
chore(deps): update plugin org.ajoberstar.reckon.settings to v0.18.2 by @renovate in #90
-
Update build configuration to reflect KGP improvements by @lppedd in #102
-
Update codecov action to v4 by @petertrr in #109
-
Switch to the new Gradle action in release.yml by @petertrr in #110
New Contributors
Full Changelog: https://github.com/petertrr/kotlin-multiplatform-diff/compare/v0.5.0...v0.6.0
akuleshov7/ktoml (com.akuleshov7:ktoml-source)
v0.7.1
What's Changed
- Updating to Kotlin 2.2.0 and to Kotlinx 1.9.0 by @orchestr7 in orchestr7#337
- Update Kotlin core dependencies to v2.1.21 by @renovate[bot] in orchestr7#325
- Extend custom serializers support in decoding by @BOOMeranGG in orchestr7#318
- Allow trailing comma in multiline nested arrays by @BOOMeranGG in orchestr7#327
- Support contextual serializers by @BOOMeranGG in orchestr7#326
- Fixes around comments in/around multiline strings by @cedrickcooke in orchestr7#333
- Fix parsing of dotted keys inside array-of-tables by @cedrickcooke in orchestr7#334
Version updates
- Update dependency gradle to v8.14.1 by @renovate[bot] in orchestr7#313
- Update plugin org.gradle.toolchains.foojay-resolver-convention to v1 by @renovate[bot] in orchestr7#329
- Update dependency gradle to v9 by @renovate[bot] in orchestr7#338
- Update all non-major dependencies (except core Kotlin) by @orchestr7 in orchestr7#339
- Update all github actions (major) by @renovate[bot] in orchestr7#320
- Updated release version by @orchestr7 in orchestr7#323
New Contributors
- @cedrickcooke made their first contribution in orchestr7#333
Full Changelog: https://github.com/orchestr7/ktoml/compare/v0.7.0...v0.7.1
v0.7.0
Many thanks to an outstanding contribution made by Evgeny @BOOMeranGG. He is a full owner and a creator of this release.
Highlights
- Decoding of array of tables was finally added
- Breaking Changes: huge removal of deprecated methods and classes (including TOMLConfig)
- Multiple critical fixes
What's Changed
- Hotfix for reckon releases and version update by @orchestr7 in orchestr7#299
- Update Kotlin core dependencies to v2.1.20 by @renovate in orchestr7#298
- Fix commented tables by @BOOMeranGG in orchestr7#300
- Support unsigned integers by @BOOMeranGG in orchestr7#301
- Implement decoding for array of tables by @BOOMeranGG in orchestr7#302
- Support map of objects decoding by @BOOMeranGG in orchestr7#304
- Fix serialization of nested tables under empty parent tables by @ExerciseBook in orchestr7#310
- Add validation for unsigned numbers by @BOOMeranGG in orchestr7#307
- Implement decoding for inline array of tables by @BOOMeranGG in orchestr7#306
- Show in README that encoding for inline array of table is supported by @BOOMeranGG in orchestr7#316
- Breaking changes: finally removing all deprecated methods and classes (including TOMLConfig) by @orchestr7 in orchestr7#312
- Fix indents in array of tables with plural elements count by @BOOMeranGG in orchestr7#314
- Add specific error for wrong type when array/map is expected by @BOOMeranGG in orchestr7#308
- Add type validation in map decoding by @BOOMeranGG in orchestr7#311
- Update all non-major dependencies (except core Kotlin) by @renovate in orchestr7#303
- Enhancing Encoding Logs and Error Handling for Arrays of Tables by @orchestr7 in orchestr7#322
New Contributors
- @ExerciseBook made their first contribution in orchestr7#310
Full Changelog: https://github.com/orchestr7/ktoml/compare/v0.6.0...v0.7.0
v0.6.0
Main changes
- Adding new build targets: WasmJs/WasmWasi by @orchestr7 in orchestr7#296
- Support decoding nested arrays and arrays of multiline strings by @BOOMeranGG in orchestr7#294
- Support Nested Inline Tables by @BOOMeranGG in orchestr7#297
- Prohibit default values with a special option by @BOOMeranGG in orchestr7#293
- Fix quoted and dotted keys by @BOOMeranGG in orchestr7#292
- Fix decoding map by @BOOMeranGG in orchestr7#291
Technical updates
- Hotfix for reckon snapshot releases by @orchestr7 in orchestr7#283
- Update Kotlin core dependencies to v2.1.10 by @renovate in orchestr7#286
- Update all non-major dependencies (except core Kotlin) by @renovate in orchestr7#285
- Add links to README badges by @adam-enko in orchestr7#281
- Update all github actions (major) by @renovate in orchestr7#272
- Update all non-major dependencies (except core Kotlin) by @renovate in orchestr7#207
- Update dependency gradle to v8.13 by @renovate in orchestr7#288
- Updating problematic versions of ajoberstar repos by @orchestr7 in orchestr7#278
- Bump version: 0.5.1 --> 0.5.2 by @KoenDR06 in orchestr7#295
New Contributors
- @adam-enko made their first contribution in orchestr7#281
- @KoenDR06 made their first contribution in orchestr7#295
Many thanks to @BOOMeranGG for this release and significant contribution!
Full Changelog: https://github.com/orchestr7/ktoml/compare/v0.5.2...v0.6.0
v0.5.2
Main
- K2 and 1.7.0 serialization support
- a new target: linux arm64
What's Changed
- Fix Serialization in readme to use encodeToString instead of wrong decodeFr
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)
97 tests - 148 93 :white_check_mark: - 128 4s :stopwatch: - 8m 47s 21 suites - 27 4 :zzz: - 20 21 files - 27 0 :x: ± 0
Results for commit 0a0f72ca. ± Comparison against base commit 2b26f504.
This pull request removes 148 tests.
com.saveourtool.save.cli.GeneralTest ‑ examples test from subfolder()[jvm]
com.saveourtool.save.cli.GeneralTest ‑ examples test()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle[linuxX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top[linuxX64]
…
:recycle: This comment has been updated with latest results.
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)
48 tests - 75 46 :white_check_mark: - 65 3s :stopwatch: - 3m 56s 10 suites - 14 2 :zzz: - 10 10 files - 14 0 :x: ± 0
Results for commit 0a0f72ca. ± Comparison against base commit 2b26f504.
This pull request removes 75 tests.
com.saveourtool.save.cli.GeneralTest ‑ examples test from subfolder()[jvm]
com.saveourtool.save.cli.GeneralTest ‑ examples test()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file from a directory()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect single file()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom with multiple parent configs()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect starting from bottom()[jvm]
…
:recycle: This comment has been updated with latest results.
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)
97 tests - 148 93 :white_check_mark: - 128 5s :stopwatch: - 9m 20s 21 suites - 27 4 :zzz: - 20 21 files - 27 0 :x: ± 0
Results for commit 0a0f72ca. ± Comparison against base commit 2b26f504.
This pull request removes 148 tests.
com.saveourtool.save.cli.GeneralTest ‑ examples test from subfolder()[jvm]
com.saveourtool.save.cli.GeneralTest ‑ examples test()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories()[jvm]
com.saveourtool.save.core.ConfigDetectorRegressionTest ‑ config detector regression test on directories[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect config file from single Test file[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from the middle[mingwX64]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top()[jvm]
com.saveourtool.save.core.ConfigDetectorTest ‑ should detect multiple files starting from top[mingwX64]
…
:recycle: This comment has been updated with latest results.