Skip to content

Add indented Links Notation format support (#17) #11

Add indented Links Notation format support (#17)

Add indented Links Notation format support (#17) #11

Triggered via pull request January 4, 2026 00:04
Status Failure
Total duration 1m 3s
Artifacts

js.yml

on: pull_request
Check for Changesets
11s
Check for Changesets
Instant Release
0s
Instant Release
Create Changeset PR
0s
Create Changeset PR
Matrix: test
Lint and Format Check
8s
Lint and Format Check
Release
0s
Release
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
Lint and Format Check
Process completed with exit code 1.
Lint and Format Check: js/tests/test_format.test.js#L304
Replace `lines[1].includes("'key·with·space'")·||·lines[1].includes('"key·with·space"')` with `⏎····lines[1].includes("'key·with·space'")·||⏎······lines[1].includes('"key·with·space"')⏎··`
Lint and Format Check: js/src/format.js#L460
Replace `·str:·key.replace(/^['"]|['"]$/g,·'')` with `⏎······str:·key.replace(/^['"]|['"]$/g,·''),⏎···`
Lint and Format Check: js/src/codec.js#L273
Method '_decodeLink' has too many statements (95). Maximum allowed is 60
Lint and Format Check: js/src/codec.js#L273
Method '_decodeLink' has a complexity of 55. Maximum allowed is 15
Lint and Format Check: js/src/codec.js#L148
Method '_encodeValue' has a complexity of 23. Maximum allowed is 15
Lint and Format Check: js/examples/basic_usage.js#L7
Function 'main' has too many statements (71). Maximum allowed is 60