From 0ee94c90ef32a408219dde670e4e48fc4cbf1301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:46:23 +0000 Subject: [PATCH] ci(GitHub): bump gradle/actions from 3 to 4 Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/pr-baseline.yml | 2 +- fluxo-io-rad/detekt-baseline.xml | 2 ++ fluxo-io-rad/lint-baseline.xml | 31 +++++++++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 fluxo-io-rad/lint-baseline.xml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a78297..4c24801 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: ${{ runner.os }}-kmp- - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: gradle-home-cache-cleanup: true cache-disabled: ${{ matrix.os == 'windows' }} # super slow on Windows. diff --git a/.github/workflows/pr-baseline.yml b/.github/workflows/pr-baseline.yml index 077c9cf..e3cf8b1 100644 --- a/.github/workflows/pr-baseline.yml +++ b/.github/workflows/pr-baseline.yml @@ -63,7 +63,7 @@ jobs: java-version: 22 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: cache-disabled: true cache-read-only: true 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..9e0d5e5 --- /dev/null +++ b/fluxo-io-rad/lint-baseline.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + +