Skip to content

fix(document): avoid flattening dotted paths in mixed path underneath… #7819

fix(document): avoid flattening dotted paths in mixed path underneath…

fix(document): avoid flattening dotted paths in mixed path underneath… #7819

Triggered via push December 27, 2023 22:39
Status Failure
Total duration 3m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
Matrix: test
Lint JS-Files
39s
Lint JS-Files
Deno tests
1m 31s
Deno tests
Dependency Review
0s
Dependency Review
Replica Set tests
2m 3s
Replica Set tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Lint JS-Files: lib/document.js#L25
'flattenObjectWithDottedPaths' is assigned a value but never used
Lint JS-Files: test/document.test.js#L12422
Unexpected trailing comma
Lint JS-Files: test/document.test.js#L12428
Missing semicolon
Lint JS-Files: test/document.test.js#L12431
A space is required after '{'
Lint JS-Files: test/document.test.js#L12431
A space is required before '}'
Lint JS-Files
Process completed with exit code 1.
Lint JS-Files: test/document.test.js#L12426
'eventObj' is never reassigned. Use 'const' instead