Skip to content

Virtual File System for Node.js #82534

Virtual File System for Node.js

Virtual File System for Node.js #82534

Triggered via pull request January 22, 2026 21:32
Status Failure
Total duration 4m 26s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-js-and-md: test/parallel/test-vfs-symlinks.js#L260
The result of an immediately-invoked async function needs to be used (e.g. with `.then(common.mustCall())`)
lint-js-and-md: test/parallel/test-vfs-symlinks.js#L248
Assertions must be wrapped into `common.mustSucceed`, `common.mustCall` or `common.mustCallAtLeast`
lint-js-and-md: test/parallel/test-vfs-symlinks.js#L247
Assertions must be wrapped into `common.mustSucceed`, `common.mustCall` or `common.mustCallAtLeast`
lint-js-and-md: test/parallel/test-vfs-symlinks.js#L234
Assertions must be wrapped into `common.mustSucceed`, `common.mustCall` or `common.mustCallAtLeast`
lint-js-and-md: test/parallel/test-vfs-symlinks.js#L233
Assertions must be wrapped into `common.mustSucceed`, `common.mustCall` or `common.mustCallAtLeast`
lint-js-and-md: test/parallel/test-vfs-symlinks.js#L129
Comments should not begin with a lowercase character
lint-js-and-md: test/parallel/test-vfs-symlinks.js#L63
Comments should not begin with a lowercase character
lint-js-and-md: lib/internal/vfs/virtual_fs.js#L587
Defaults are not permitted on @param
lint-js-and-md: lib/internal/vfs/virtual_fs.js#L574
Defaults are not permitted on @param
lint-js-and-md: lib/internal/vfs/virtual_fs.js#L530
'isLastSegment' is assigned a value but never used