Skip to content

2.1.0

2.1.0 #5

Triggered via push August 23, 2023 07:29
Status Success
Total duration 55s
Artifacts

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test (12)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (12): index.js#L14
There must be no indentation
Test (12): lib/node/attribute.js#L7
Capture group '(.+)' should be converted to a named or non-capturing group
Test (12): lib/node/attribute.js#L7
Capture group '([gimuy]+)' should be converted to a named or non-capturing group
Test (12): lib/node/attribute.js#L60
Arrow function has a complexity of 27. Maximum allowed is 10
Test (12): lib/node/pseudo.js#L20
Do not use `new Array()`
Test (12): lib/node/pseudo.js#L46
Arrow function has a complexity of 26. Maximum allowed is 10
Test (12): lib/node/tag.js#L25
Arrow function has a complexity of 11. Maximum allowed is 10
Test (12): lib/node/tag.js#L48
Expected return with your callback function
Test (12): lib/selector-ast.js#L48
Arrow function has a complexity of 19. Maximum allowed is 10
Test (12): lib/util.js#L1
Prefer default export on a file with single export