File Selectors, while, @block, FFT #65
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
gui/src/actions/activateFile.ts#L18
'setExpandedTreeNodes' is assigned a value but never used. Allowed unused vars must match /^_/u
|
gui/src/actions/formatCode.ts#L2
Do not use "@ts-ignore" because it alters compilation errors
|
gui/src/actions/formatCode.ts#L4
Do not use "@ts-ignore" because it alters compilation errors
|
gui/src/actions/formatCode.ts#L8
'MutableRef' is defined but never used. Allowed unused vars must match /^_/u
|
gui/src/codemirror/completionSources/localCompletionSource.ts#L71
Unexpected any. Specify a different type
|
gui/src/codemirror/completionSources/localCompletionSource.ts#L82
Unexpected 'fixme' comment: 'FIXME'
|
gui/src/codemirror/completionSources/localCompletionSource.ts#L96
Unexpected 'fixme' comment: 'FIXME what is correct return value?'
|
gui/src/codemirror/hoverDocs.ts#L34
Forbidden non-null assertion
|
gui/src/codemirror/hoverDocs.ts#L35
Forbidden non-null assertion
|
gui/src/codemirror/hoverDocs.ts#L36
Forbidden non-null assertion
|
This job succeeded
Loading