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 {