Skip to content

chore: update issue templates to match main repo #706

chore: update issue templates to match main repo

chore: update issue templates to match main repo #706

Triggered via push August 8, 2024 10:41
Status Failure
Total duration 58s
Artifacts

ci.yml

on: push
Lint: node-16, ubuntu-latest
18s
Lint: node-16, ubuntu-latest
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 6 warnings
Lint: node-16, ubuntu-latest: src/printer/index.ts#L97
Use `String#includes()` method with a string instead
Lint: node-16, ubuntu-latest: src/printer/index.ts#L98
'\r?' can be removed because it is already included by '\s*'
Lint: node-16, ubuntu-latest: src/printer/utils.ts#L197
Use the `RegExp#exec()` method instead
Lint: node-16, ubuntu-latest: src/printer/utils.ts#L219
Unexpected negated character class. Use '\S' instead
Lint: node-16, ubuntu-latest: src/printer/utils.ts#L223
Use the `RegExp#exec()` method instead
Lint: node-16, ubuntu-latest: test/test-utils.ts#L53
Capturing group number 1 is defined but never used
Lint: node-16, ubuntu-latest: test/test-utils.ts#L54
Capturing group number 1 is defined but never used
Lint: node-16, ubuntu-latest: test/test-utils.ts#L66
'e' is defined but never used. Allowed unused caught errors must match /^_/u
Lint: node-16, ubuntu-latest
Process completed with exit code 1.
Lint: node-16, ubuntu-latest: src/printer/utils.ts#L197
Use the `RegExp#exec()` method instead
Lint: node-16, ubuntu-latest: src/printer/utils.ts#L223
Use the `RegExp#exec()` method instead
Lint: node-16, ubuntu-latest: src/printer/utils.ts#L318
Use the `RegExp#exec()` method instead
Lint: node-16, ubuntu-latest: src/printer/utils.ts#L319
Use the `RegExp#exec()` method instead
Lint: node-16, ubuntu-latest: test/test-utils.ts#L53
The 'm' flag is unnecessary because the pattern does not contain start (^) or end ($) assertions
Lint: node-16, ubuntu-latest: test/test-utils.ts#L54
The 'm' flag is unnecessary because the pattern does not contain start (^) or end ($) assertions