From 62df6add00a6afa52d5ce2fae7e24db8b98e0eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:52:50 +0000 Subject: [PATCH] build(deps): bump com.gradle.enterprise from 3.16.2 to 3.17.6 Bumps com.gradle.enterprise from 3.16.2 to 3.17.6. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fluxo-io-rad/detekt-baseline.xml | 2 ++ fluxo-io-rad/lint-baseline.xml | 31 +++++++++++++++++++++++++++++++ settings.gradle.kts | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 fluxo-io-rad/lint-baseline.xml diff --git a/fluxo-io-rad/detekt-baseline.xml b/fluxo-io-rad/detekt-baseline.xml index de56dd6..362322f 100644 --- a/fluxo-io-rad/detekt-baseline.xml +++ b/fluxo-io-rad/detekt-baseline.xml @@ -7,5 +7,7 @@ ForbiddenComment:RandomAccessFileRad.kt$// TODO: Try to avoiding the excessive `filePointer` usages. ForbiddenComment:ReflectionUtils.kt$// TODO: Complex search as for dynamic methods ? ForbiddenComment:StreamFactoryRad.kt$// FIXME: Use own BufferedInputStream heir to gain better random access performance? + NoNameShadowing:RandomAccessDataByteBufferTest.kt$RadByteBufferAccessorTest.Companion${ it.put(BYTES).flipCompat() } + UnnecessaryAbstractClass:AbstractRandomAccessDataTest.kt$AbstractRandomAccessDataTest$AbstractRandomAccessDataTest diff --git a/fluxo-io-rad/lint-baseline.xml b/fluxo-io-rad/lint-baseline.xml new file mode 100644 index 0000000..4e10a67 --- /dev/null +++ b/fluxo-io-rad/lint-baseline.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + diff --git a/settings.gradle.kts b/settings.gradle.kts index 3ef149c..57c9ac1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -24,7 +24,7 @@ pluginManagement { plugins { // https://plugins.gradle.org/plugin/com.gradle.enterprise - id("com.gradle.enterprise") version "3.16.2" + id("com.gradle.enterprise") version "3.17.6" } dependencyResolutionManagement {