Add indented Links Notation format support (#17) #11
js.yml
on: pull_request
Check for Changesets
11s
Instant Release
0s
Create Changeset PR
0s
Matrix: test
Release
0s
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
|