Skip to content

Prettier

Prettier #15

Triggered via pull request November 12, 2024 02:01
@sestinjsestinj
opened #2877
dev
Status Failure
Total duration 3m 31s
Artifacts

pr_checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
tsc-check
Process completed with exit code 1.
tsc-check
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
tsc-check: core/autocomplete/CompletionProvider.ts#L9
There should be no empty line within import group
tsc-check: core/autocomplete/CompletionProvider.ts#L268
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
tsc-check: core/autocomplete/context/ImportDefinitionsService.ts#L25
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
tsc-check: core/autocomplete/generation/ListenableGenerator.ts#L12
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
tsc-check: core/config/ConfigHandler.ts#L62
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
tsc-check: core/config/ConfigHandler.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
tsc-check: core/config/ConfigHandler.ts#L160
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
tsc-check: core/config/ConfigHandler.ts#L250
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
tsc-check: core/diff/streamDiff.test.ts#L5
There should be at least one empty line between import groups
tsc-check: core/diff/streamDiff.test.ts#L7
There should be at least one empty line between import groups
tsc-check: extensions/vscode/src/VsCodeIde.ts#L430
Class Property name `MAX_BYTES` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/autocomplete/statusBar.ts#L12
Enum Member name `Disabled` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/autocomplete/statusBar.ts#L13
Enum Member name `Enabled` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/autocomplete/statusBar.ts#L14
Enum Member name `Paused` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/decorations.ts#L19
Parameter name `new_editor` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/diff/horizontal.ts#L17
Type Property name `step_index` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/diff/horizontal.ts#L162
Parameter name `step_index` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/diff/horizontal.ts#L179
Object Literal Property name `step_index` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/diff/vertical/manager.ts#L299
Expected '!==' and instead saw '!='
tsc-check: extensions/vscode/src/diff/vertical/manager.ts#L300
Expected '!==' and instead saw '!='