Skip to content

GUI Strict null check fixes part 1 #326

GUI Strict null check fixes part 1

GUI Strict null check fixes part 1 #326

Triggered via pull request November 27, 2024 21:45
Status Success
Total duration 6m 30s
Artifacts

pr_checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
tsc-check: core/autocomplete/CompletionProvider.ts#L8
There should be no empty line within import group
tsc-check: core/autocomplete/CompletionProvider.ts#L256
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#L24
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/root-path-context/RootPathContextService.ts#L15
`../../types` import should occur before import of `../../util/ast`
tsc-check: core/autocomplete/context/root-path-context/RootPathContextService.ts#L16
`../../snippets/types` import should occur before import of `../../util/ast`
tsc-check: core/autocomplete/context/root-path-context/test/testUtils.ts#L1
There should be at least one empty line between import groups
tsc-check: core/autocomplete/context/root-path-context/test/testUtils.ts#L1
`@jest/globals` import should occur after import of `path`
tsc-check: core/autocomplete/context/root-path-context/test/testUtils.ts#L5
There should be at least one empty line between import groups
tsc-check: core/autocomplete/filtering/test/testCases.ts#L66
Strings must use doublequote
tsc-check: core/autocomplete/filtering/test/testCases.ts#L333
Strings must use doublequote
tsc-check: extensions/vscode/src/VsCodeIde.ts#L438
Class Property name `MAX_BYTES` must match one of the following formats: camelCase
tsc-check: extensions/vscode/src/autocomplete/lsp.ts#L11
There should be at least one empty line between import groups
tsc-check: extensions/vscode/src/autocomplete/lsp.ts#L12
`core/autocomplete/types` import should occur before import of `core/autocomplete/util/ast`
tsc-check: extensions/vscode/src/autocomplete/lsp.ts#L16
`core/autocomplete/snippets/types` import should occur before import of `core/autocomplete/util/ast`
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