Exclude local lib files via electron-builder #86
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
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
gui/src/actions/formatCode.ts#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
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/jsCodeMirror.ts#L18
'createEsLintLintSource' is defined but never used. Allowed unused vars must match /^_/u
|
gui/src/codemirror/jsCodeMirror.ts#L36
'setEslintErrors' is defined but never used. Allowed unused args must match /^_/u
|
gui/src/components/js2eel/Js2Eel.tsx#L4
'saveClientSetting' is defined but never used. Allowed unused vars must match /^_/u
|
This job succeeded
Loading