Skip to content

Commit 6b892c2

Browse files
committed
chore: update graalvm detekt baseline
Signed-off-by: Sam Gammon <[email protected]>
1 parent fff8e7d commit 6b892c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/graalvm/detekt-baseline.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
<CurrentIssues>
55
<ID>CyclomaticComplexMethod:AbstractVMEngine.kt$AbstractVMEngine.GuestVFSConfigurator$private fun resolveOsArch(): Pair&lt;String, String></ID>
66
<ID>CyclomaticComplexMethod:ConsoleIntrinsic.kt$ConsoleIntrinsic$internal fun formatLogComponent(arg: Any?): Any</ID>
7-
<ID>EmptyFunctionBlock:EmbeddedVFSTest.kt$EmbeddedVFSTest${ }</ID>
7+
<ID>CyclomaticComplexMethod:NodeOperatingSystem.kt$NodeOperatingSystem.BaseOS$override fun getMember(key: String): Any</ID>
88
<ID>ForbiddenComment:HostVFS.kt$HostVFS$// @TODO: OS-specific? configurable?</ID>
99
<ID>ForbiddenComment:NettyHttpResponse.kt$NettyHttpResponse$// TODO: support JSON objects and other types of content</ID>
10+
<ID>ForbiddenComment:NodeOperatingSystem.kt$NodeOperatingSystem.BaseOS$// @TODO: implement 5 and 15 minute averages</ID>
1011
<ID>ForbiddenComment:NodePathTest.kt$NodePathTest$// @TODO: this was the first use of the `assert` module; the order of expected/actual args is probably wrong</ID>
1112
<ID>ForbiddenComment:NodePathTest.kt$NodePathTest$// @TODO: this will need normalization for non-unix test runs</ID>
1213
<ID>ForbiddenComment:NodeProcess.kt$NodeProcess$// @TODO: factor in vm policy here</ID>
14+
<ID>ImplicitDefaultLocale:NodeOperatingSystem.kt$NodeOperatingSystem.BaseOS$String.format( "%d.%d.%d.%d", (bits and 0x0000000000ff000000L) shr 24, (bits and 0x0000000000ff0000L) shr 16, (bits and 0x0000000000ff00L) shr 8, bits and 0xffL, )</ID>
1315
<ID>IteratorNotThrowingNoSuchElementException:FetchHeadersIntrinsic.kt$FetchHeadersIntrinsic$&lt;no name provided> : Iterator</ID>
1416
<ID>IteratorNotThrowingNoSuchElementException:JsIterator.kt$JsIterator&lt;T> : IteratorProxyIteratorProxyIterable</ID>
1517
<ID>LargeClass:AbstractJsMapTest.kt$AbstractJsMapTest&lt;MapLike> : AbstractJsTest</ID>
@@ -23,7 +25,6 @@
2325
<ID>MagicNumber:ExecutableScript.kt$ExecutableScript.ScriptType$5</ID>
2426
<ID>MagicNumber:FetchResponse.kt$FetchResponse$200</ID>
2527
<ID>MagicNumber:FetchResponse.kt$FetchResponse$299</ID>
26-
<ID>MagicNumber:GraalVMRuntime.kt$GraalVMRuntime.Companion$3</ID>
2728
<ID>MagicNumber:HttpServerConfig.kt$HttpServerConfig$8080</ID>
2829
<ID>MagicNumber:JsProxy.kt$JsProxy.PropertyProxy$3</ID>
2930
<ID>MagicNumber:NettyRequestHandler.kt$NettyRequestHandler$404</ID>
@@ -80,6 +81,7 @@
8081
<ID>TooManyFunctions:AbstractDelegateVFS.kt$AbstractDelegateVFS&lt;VFS> : GuestVFSAbstractBaseVFS</ID>
8182
<ID>TooManyFunctions:BaseMutableJsMultiMap.kt$BaseMutableJsMultiMap&lt;K: Any, V> : BaseJsMultiMapMutableMapMutableMultiMapLike</ID>
8283
<ID>TooManyFunctions:CompoundVFSImpl.kt$CompoundVFSImpl : AbstractBaseVFS</ID>
84+
<ID>TooManyFunctions:NodeOperatingSystem.kt$NodeOperatingSystem$BaseOS : OperatingSystemAPIProxyObject</ID>
8385
<ID>UnusedParameter:VfsPlugin.kt$Vfs$@Suppress("unused_parameter") builder: PolyglotEngineBuilder</ID>
8486
<ID>UnusedPrivateProperty:AbstractJsIntrinsicTest.kt$AbstractJsIntrinsicTest$private val testInject: Boolean = true</ID>
8587
<ID>UnusedPrivateProperty:JsRuntime.kt$JsRuntime.Companion$// Root where we can find runtime-related files. private const val EMBEDDED_ROOT = "/META-INF/elide/embedded/runtime/js"</ID>

0 commit comments

Comments
 (0)