Skip to content

feat: re-handle embedded encoding, add tests #122

feat: re-handle embedded encoding, add tests

feat: re-handle embedded encoding, add tests #122

Triggered via push July 8, 2024 23:34
Status Failure
Total duration 20s
Artifacts

ci.yml

on: push
Unit Tests on Ubuntu
11s
Unit Tests on Ubuntu
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Unit Tests on Ubuntu: src/__tests__/index.test.ts#L159
Replace `\j\av\a\s\` with `javas`
Unit Tests on Ubuntu: src/index.ts#L25
Do not use 'new' for side effects
Unit Tests on Ubuntu: src/index.ts#L45
Replace `''` with `""`
Unit Tests on Ubuntu: src/index.ts#L46
Replace `'.'` with `"."`
Unit Tests on Ubuntu: src/index.ts#L47
Replace `''` with `""`
Unit Tests on Ubuntu: src/index.ts#L48
Replace `''` with `""`
Unit Tests on Ubuntu: src/index.ts#L100
Replace `'mailto:'·||·urlScheme.includes('://'` with `"mailto:"·||·urlScheme.includes("://"`
Unit Tests on Ubuntu: src/index.ts#L105
Replace `'http:'·||·urlScheme·===·'https:'` with `"http:"·||·urlScheme·===·"https:"`
Unit Tests on Ubuntu
Process completed with exit code 1.
Unit Tests on Ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Tests on Ubuntu
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit Tests on Ubuntu: src/index.ts#L43
'sanitizeString' is defined but never used