okio icon indicating copy to clipboard operation
okio copied to clipboard

Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.1.0

Open renovate[bot] opened this issue 1 month ago • 2 comments

This PR contains the following updates:

Package Change Age Confidence
com.diffplug.spotless:spotless-plugin-gradle 8.0.0 -> 8.1.0 age confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Nov 19 '25 00:11 renovate[bot]

yuck

src/zlibMain/kotlin/okio/DeflaterSink.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/GzipSink.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/GzipSource.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/Inflater.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/InflaterSource.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/ZipFileSystem.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/ZlibOkio.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/internal/-Zlib.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/internal/CRC32.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/internal/FixedLengthSource.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/internal/ZipEntry.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibMain/kotlin/okio/internal/ZipFiles.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibTest/kotlin/okio/GzipKotlinTest.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibTest/kotlin/okio/GzipSinkTest.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibTest/kotlin/okio/GzipSourceTest.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibTest/kotlin/okio/ZipFileSystemGoTest.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibTest/kotlin/okio/ZipFileSystemTest.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibTest/kotlin/okio/internal/CRC32Test.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
src/zlibTest/kotlin/okio/internal/DatePartsToEpochMillisTest.kt:LINE_UNDEFINED ktlint(java.lang.reflect.InvocationTargetException) java.lang.reflect.InvocationTargetException (...)
Resolve these lints or suppress with `suppressLintsFor`

oldergod avatar Nov 19 '25 09:11 oldergod

It's because we're doing the version of ktlint incorrectly. I'm fixing them all up... slowly.

JakeWharton avatar Nov 19 '25 12:11 JakeWharton