Skip to content

fix: enable eslint @typescript-eslint/no-floating-promises rule #180

fix: enable eslint @typescript-eslint/no-floating-promises rule

fix: enable eslint @typescript-eslint/no-floating-promises rule #180

Triggered via pull request July 27, 2024 05:58
Status Failure
Total duration 3m 59s
Artifacts

pr-check.yaml

on: pull_request
Windows
3m 47s
Windows
macOS
2m 54s
macOS
linter, formatters and unit tests
19s
linter, formatters and unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
linter, formatters and unit tests: src/crc-console.ts#L37
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/crc-setup.ts#L95
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/crc-start.ts#L61
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/crc-start.ts#L68
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/crc-start.ts#L87
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/crc-start.ts#L140
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/extension.ts#L128
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/extension.ts#L138
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/extension.ts#L165
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests: src/extension.ts#L166
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
linter, formatters and unit tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
macOS
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/